fix: color scheme handling on mobile (#1902)
This commit is contained in:
@@ -21,4 +21,5 @@ export interface MobileDeviceInterface extends DeviceInterface {
|
||||
removeComponentUrl(componentUuid: string): void
|
||||
isUrlComponentUrl(url: string): boolean
|
||||
getAppState(): Promise<'active' | 'background' | 'inactive' | 'unknown' | 'extension'>
|
||||
getColorScheme(): Promise<'light' | 'dark' | null | undefined>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user