fix: webapp blanking because of mobileDevice check
This commit is contained in:
@@ -42,7 +42,7 @@ const AndroidBackHandlerProvider = ({ application, children }: ProviderProps) =>
|
||||
removeListener()
|
||||
}
|
||||
}
|
||||
}, [addAndroidBackHandler, application.mobileDevice])
|
||||
}, [addAndroidBackHandler, application])
|
||||
|
||||
return (
|
||||
<BackHandlerContext.Provider value={addAndroidBackHandler}>
|
||||
|
||||
Reference in New Issue
Block a user