Update remote_page.dart
This commit is contained in:
parent
7bfe383e4a
commit
b5ab71e2ff
@ -183,8 +183,8 @@ class _RemotePageState extends State<RemotePage>
|
||||
}
|
||||
|
||||
@override
|
||||
void onWindowMaximize() {
|
||||
super.onWindowMinimize();
|
||||
void onWindowRestore() {
|
||||
super.onWindowRestore();
|
||||
if (!Platform.isLinux) {
|
||||
Wakelock.enable();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user