bifurqué depuis vergnet/application-amicale
fix proxiwash update loop
Cette révision appartient à :
Parent
9e6fee467f
révision
20d5e790d0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -349,7 +349,7 @@ function ProxiwashScreen() {
|
||||||
...data.dryers,
|
...data.dryers,
|
||||||
...data.washers,
|
...data.washers,
|
||||||
]);
|
]);
|
||||||
if (cleanedList !== machinesWatched) {
|
if (cleanedList.length !== machinesWatched.length) {
|
||||||
updatePreferences(PreferenceKeys.proxiwashWatchedMachines, cleanedList);
|
updatePreferences(PreferenceKeys.proxiwashWatchedMachines, cleanedList);
|
||||||
}
|
}
|
||||||
return [
|
return [
|
||||||
|
|
Chargement…
Référencer dans un nouveau ticket