Update to 8.0.0 (2406)

This commit is contained in:
DrKLO 2021-08-31 22:06:39 +03:00
parent ab221dafad
commit 368822d20f
191 changed files with 12004 additions and 2919 deletions

View file

@ -103,10 +103,6 @@ public class UserConfig extends BaseController {
}
public void saveConfig(boolean withFile) {
saveConfig(withFile, null);
}
public void saveConfig(boolean withFile, File oldFile) {
NotificationCenter.getInstance(currentAccount).doOnIdle(() -> {
synchronized (sync) {
try {
@ -184,9 +180,6 @@ public class UserConfig extends BaseController {
}
editor.commit();
if (oldFile != null) {
oldFile.delete();
}
} catch (Exception e) {
FileLog.e(e);
}