feat: add preference on android to not confirm when exiting (#1870)
This commit is contained in:
@@ -16,5 +16,5 @@ export interface MobileDeviceInterface extends DeviceInterface {
|
||||
shareBase64AsFile(base64: string, filename: string): Promise<void>
|
||||
downloadBase64AsFile(base64: string, filename: string, saveInTempLocation?: boolean): Promise<string | undefined>
|
||||
previewFile(base64: string, filename: string): Promise<boolean>
|
||||
confirmAndExit(): void
|
||||
exitApp(confirm?: boolean): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user