File tree Expand file tree Collapse file tree
modules/hybrid-app/android/src/main/java/com/expensify/reactnativehybridapp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,26 @@ class ReactNativeHybridApp(reactContext: ReactApplicationContext) :
3838 Log .d(NAME , " `sendAuthToken` should never be called in standalone `New Expensify` app" )
3939 }
4040
41+ override fun signInToOldDot (
42+ autoGeneratedLogin : String ,
43+ autoGeneratedPassword : String ,
44+ authToken : String ,
45+ email : String ,
46+ policyID : String
47+ ) {
48+ Log .d(NAME , " `signInToOldDot` should never be called in standalone `New Expensify` app" )
49+ }
50+
51+ override fun signOutFromOldDot () {
52+ Log .d(NAME , " `signOutFromOldDot` should never be called in standalone `New Expensify` app" )
53+ }
54+
55+ override fun clearOldDotAfterSignOut () {
56+ Log .d(NAME , " `clearOldDotAfterSignOut` should never be called in standalone `New Expensify` app" )
57+ }
58+
4159 override fun getHybridAppSettings (promise : Promise ) {
60+ Log .d(NAME , " `getHybridAppSettings` should never be called in standalone `New Expensify` app" )
4261 promise.reject(" NOT_IMPLEMENTED" , " getHybridAppSettings is not implemented in standalone New Expensify app" )
4362 }
4463}
You can’t perform that action at this time.
0 commit comments