fix(wake-lock): remove the activation notification
Removes the activation notification for the wake lock to reduce visual noise.
This commit is contained in:
parent
032f253ec6
commit
8312e235f8
@ -89,8 +89,8 @@ class WakeLock extends Component {
|
||||
if (result && result.error) {
|
||||
Settings.application.wakeLock = false;
|
||||
Settings.save();
|
||||
this.feedbackToast(result);
|
||||
}
|
||||
this.feedbackToast(result);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user