fix: correctly remove profile from route prep. list on delete

This commit is contained in:
madwasp79 2019-06-25 17:43:49 +03:00
parent 743d1b3ec0
commit 00f4bb113f

View file

@ -631,6 +631,7 @@ public class ApplicationMode {
it.remove();
}
}
cachedFilteredValues.remove(md);
saveCustomModeToSettings(app.getSettings());
}