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,24 +38,6 @@ 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-
5941 override fun getHybridAppSettings (promise : Promise ) {
6042 Log .d(NAME , " `getHybridAppSettings` should never be called in standalone `New Expensify` app" )
6143 promise.reject(" NOT_IMPLEMENTED" , " getHybridAppSettings is not implemented in standalone New Expensify app" )
You can’t perform that action at this time.
0 commit comments