chore: fix blank screen issue on iOS web app
This commit is contained in:
@@ -8,7 +8,7 @@ export function platformFromString(string: string) {
|
|||||||
'linux-desktop': Platform.LinuxDesktop,
|
'linux-desktop': Platform.LinuxDesktop,
|
||||||
'windows-web': Platform.WindowsWeb,
|
'windows-web': Platform.WindowsWeb,
|
||||||
'windows-desktop': Platform.WindowsDesktop,
|
'windows-desktop': Platform.WindowsDesktop,
|
||||||
ios: Platform.Ios,
|
'ios-web': Platform.Ios,
|
||||||
android: Platform.Android,
|
android: Platform.Android,
|
||||||
}
|
}
|
||||||
return map[string]
|
return map[string]
|
||||||
|
|||||||
Reference in New Issue
Block a user