update storage
This commit is contained in:
parent
9fc4c86111
commit
3beaf88745
15 changed files with 36 additions and 29 deletions
|
@ -633,12 +633,12 @@
|
|||
|
||||
var expected = '2';
|
||||
|
||||
if (store.getItem('remotecontrolswipedown') != expected) {
|
||||
if (appStorage.getItem('remotecontrolswipedown') != expected) {
|
||||
Dashboard.alert({
|
||||
message: Globalize.translate('MessageSwipeDownOnRemoteControl'),
|
||||
title: Globalize.translate('HeaderAlert')
|
||||
});
|
||||
store.setItem('remotecontrolswipedown', expected);
|
||||
appStorage.setItem('remotecontrolswipedown', expected);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue