feat: handle android back button on android (#1656)
This commit is contained in:
@@ -15,4 +15,5 @@ export interface MobileDeviceInterface extends DeviceInterface {
|
||||
handleThemeSchemeChange(isDark: boolean): void
|
||||
shareBase64AsFile(base64: string, filename: string): Promise<void>
|
||||
downloadBase64AsFile(base64: string, filename: string, saveInTempLocation?: boolean): Promise<string | undefined>
|
||||
confirmAndExit(): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user