fix my phone
This commit is contained in:
parent
4f66731723
commit
4d472e1d4b
|
@ -627,7 +627,10 @@ export const normalizeThemeData = (input) => {
|
||||||
// We got passed a full theme file
|
// We got passed a full theme file
|
||||||
themeData = input.theme
|
themeData = input.theme
|
||||||
themeSource = input.source
|
themeSource = input.source
|
||||||
} else if (Object.prototype.hasOwnProperty.call(input, 'themeEngineVersion')) {
|
} else if (
|
||||||
|
Object.prototype.hasOwnProperty.call(input, 'themeEngineVersion') ||
|
||||||
|
Object.prototype.hasOwnProperty.call(input, 'bg')
|
||||||
|
) {
|
||||||
// We got passed a source/snapshot
|
// We got passed a source/snapshot
|
||||||
themeData = input
|
themeData = input
|
||||||
themeSource = input
|
themeSource = input
|
||||||
|
|
Loading…
Reference in a new issue