mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
ios screen fix ?
This commit is contained in:
parent
1aca715397
commit
692a71f94e
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void main() async {
|
||||||
}
|
}
|
||||||
|
|
||||||
Screen? screen;
|
Screen? screen;
|
||||||
if (Platform.isLinux || Util.isDesktop) {
|
if (Platform.isLinux || Platform.isIOS || Util.isDesktop) {
|
||||||
screen = await getCurrentScreen();
|
screen = await getCurrentScreen();
|
||||||
Util.screenWidth = screen?.frame.width;
|
Util.screenWidth = screen?.frame.width;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue