refactor(web): dependency management (#2386)
This commit is contained in:
@@ -37,7 +37,7 @@ const AndroidBackHandlerProvider = ({ application, children }: ProviderProps) =>
|
||||
application.setAndroidBackHandlerFallbackListener(() => {
|
||||
const shouldConfirm = (application.getValue(AndroidConfirmBeforeExitKey) as boolean) ?? true
|
||||
|
||||
application.mobileDevice().exitApp(shouldConfirm)
|
||||
application.mobileDevice.exitApp(shouldConfirm)
|
||||
|
||||
return true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user