Init widgets

This commit is contained in:
Victor Shcherb 2019-06-25 12:14:02 +02:00
parent bffb13f7e9
commit cfa9f9a2e7

View file

@ -616,6 +616,7 @@ public class ApplicationMode {
}
if(mode == null) {
mode = builder.customReg();
initRegVisibility();
}
saveCustomModeToSettings(app.getSettings());