File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
app/src/debug/java/org/simple/clinic Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import org.simple.clinic.login.LoginModule
1818import org.simple.clinic.login.applock.AppLockConfig
1919import org.simple.clinic.registration.RegistrationConfig
2020import org.simple.clinic.registration.RegistrationModule
21- import org.simple.clinic.registration.phone.PhoneNumberValidator
2221import org.simple.clinic.sync.SyncScheduler
2322import org.simple.clinic.util.AppSignature
2423import org.simple.clinic.widgets.ProxySystemKeyboardEnterToImeOption
@@ -88,11 +87,6 @@ class DebugClinicApp : ClinicApp() {
8887 override fun registrationConfig (): Single <RegistrationConfig > {
8988 return Single .just(RegistrationConfig (retryBackOffDelayInMinutes = 1 ))
9089 }
91-
92- @Provides
93- override fun phoneNumberValidator (): PhoneNumberValidator {
94- return DebugPhoneNumberValidator ()
95- }
9690 })
9791 .build()
9892 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments