mirror of
https://github.com/standardnotes/app
synced 2026-08-04 00:16:32 -04:00
chore: handle safe area insets better on android (skip e2e)
This commit is contained in:
@@ -81,6 +81,11 @@ export class MobileWebReceiver {
|
||||
case ReactNativeToWebEvent.KeyboardDidHide:
|
||||
void this.application.handleMobileKeyboardDidHideEvent()
|
||||
break
|
||||
case ReactNativeToWebEvent.UpdateSafeAreaInsets:
|
||||
void this.application.handleUpdateSafeAreaInsets(
|
||||
messageData as { top: number; left: number; bottom: number; right: number },
|
||||
)
|
||||
break
|
||||
case ReactNativeToWebEvent.ReceivedFile:
|
||||
void this.application.handleReceivedFileEvent(
|
||||
messageData as {
|
||||
|
||||
Reference in New Issue
Block a user