fix(wake-lock): remove the activation notification

Removes the activation notification for the wake lock to reduce visual noise.
This commit is contained in:
Arthurk12 2023-08-23 10:06:33 -03:00
parent 032f253ec6
commit 8312e235f8

View File

@ -89,8 +89,8 @@ class WakeLock extends Component {
if (result && result.error) {
Settings.application.wakeLock = false;
Settings.save();
this.feedbackToast(result);
}
this.feedbackToast(result);
});
}