Add test on DefaultEntryPoints
This commit is contained in:
parent
a575019760
commit
a1aeb24f23
93 changed files with 2426 additions and 418 deletions
|
|
@ -48,7 +48,7 @@ class IncomingVerificationPresenter(
|
|||
private val dateFormatter: DateFormatter,
|
||||
) : Presenter<IncomingVerificationState> {
|
||||
@AssistedFactory
|
||||
interface Factory {
|
||||
fun interface Factory {
|
||||
fun create(
|
||||
verificationRequest: VerificationRequest.Incoming,
|
||||
navigator: IncomingVerificationNavigator,
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class OutgoingVerificationPresenter(
|
|||
private val encryptionService: EncryptionService,
|
||||
) : Presenter<OutgoingVerificationState> {
|
||||
@AssistedFactory
|
||||
interface Factory {
|
||||
fun interface Factory {
|
||||
fun create(
|
||||
verificationRequest: VerificationRequest.Outgoing,
|
||||
showDeviceVerifiedScreen: Boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue