Updated on 2026-08-14
This commit is contained in:
parent
b9e1691dd2
commit
b50063f7dd
13 changed files with 70 additions and 29 deletions
|
|
@ -16,6 +16,12 @@ internal class NavigatorModule {
|
|||
return Navigator()
|
||||
}
|
||||
|
||||
@Singleton
|
||||
@Provides
|
||||
fun provideToastHelper(): ToastHelper {
|
||||
return ToastHelper()
|
||||
}
|
||||
|
||||
@Singleton
|
||||
@Provides
|
||||
fun provideWaitSecurityDelayDialogNew(): WaitSecurityDelayDialogNew {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue