mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
add missing call of androidUpdatekeepScreenOn (#8345)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
ab451b9056
commit
2e4fafcf46
1 changed files with 1 additions and 0 deletions
|
@ -549,6 +549,7 @@ class _SettingsState extends State<SettingsPage> with WidgetsBindingObserver {
|
|||
key: kOptionDisableFloatingWindow,
|
||||
value: disable ? 'Y' : defaultOptionNo);
|
||||
setState(() => _floatingWindowDisabled = disable);
|
||||
gFFI.serverModel.androidUpdatekeepScreenOn();
|
||||
}
|
||||
|
||||
enhancementsTiles.add(SettingsTile.switchTile(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue