Handle deleted cached background
This commit is contained in:
parent
3d10a9159a
commit
e3c1366d8d
@ -171,6 +171,9 @@ export class AppImManager {
|
|||||||
if(!isDefaultBackground) {
|
if(!isDefaultBackground) {
|
||||||
appDownloadManager.cacheStorage.getFile('background-image').then(blob => {
|
appDownloadManager.cacheStorage.getFile('background-image').then(blob => {
|
||||||
this.setBackground(URL.createObjectURL(blob), false);
|
this.setBackground(URL.createObjectURL(blob), false);
|
||||||
|
}, () => { // * if NO_ENTRY_FOUND
|
||||||
|
this.setBackground('');
|
||||||
|
appStateManager.setByKey('settings.background', AppStateManager.STATE_INIT.settings.background); // * reset background
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.setBackground('');
|
this.setBackground('');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user