fix: Fix native themes not working on external editors (#2957) [skip e2e]

This commit is contained in:
Aman Harwara
2025-11-06 22:00:35 +05:30
committed by GitHub
parent cffb516b6e
commit 60e92c7035
4 changed files with 66 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ export interface MobileDeviceInterface extends DeviceInterface {
handleThemeSchemeChange(isDark: boolean, bgColor: string): void
shareBase64AsFile(base64: string, filename: string): Promise<void>
downloadBase64AsFile(base64: string, filename: string, saveInTempLocation?: boolean): Promise<string | undefined>
getNativeThemeCSS(identifier: string): Promise<string | undefined>
previewFile(base64: string, filename: string): Promise<boolean>
exitApp(confirm?: boolean): void