Rename some class from Impl to Default
This commit is contained in:
parent
c0b00b0091
commit
9367f58216
26 changed files with 59 additions and 58 deletions
|
|
@ -31,7 +31,7 @@ import io.element.android.x.MainActivity
|
|||
import javax.inject.Inject
|
||||
|
||||
@ContributesBinding(AppScope::class)
|
||||
class IntentProviderImpl @Inject constructor(
|
||||
class DefaultIntentProvider @Inject constructor(
|
||||
@ApplicationContext private val context: Context,
|
||||
private val deepLinkCreator: DeepLinkCreator,
|
||||
) : IntentProvider {
|
||||
Loading…
Add table
Add a link
Reference in a new issue