Skip to content

Commit 7fb3e71

Browse files
mateuuszzzzzwar-in
authored andcommitted
Add log
1 parent 1401364 commit 7fb3e71

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

modules/hybrid-app/android/src/main/java/com/expensify/reactnativehybridapp/ReactNativeHybridApp.kt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)