mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 11:45:59 +00:00
resolve merge conflict
This commit is contained in:
parent
62a9f7f5bf
commit
1ae97df42a
1 changed files with 2 additions and 0 deletions
|
@ -1440,6 +1440,7 @@ class StackTheme {
|
||||||
required this.internalId,
|
required this.internalId,
|
||||||
required this.assetBundleUrl,
|
required this.assetBundleUrl,
|
||||||
required this.name,
|
required this.name,
|
||||||
|
required this.assets,
|
||||||
required this.brightnessString,
|
required this.brightnessString,
|
||||||
required this.backgroundInt,
|
required this.backgroundInt,
|
||||||
required this.backgroundAppBarInt,
|
required this.backgroundAppBarInt,
|
||||||
|
@ -1659,6 +1660,7 @@ class StackTheme {
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Embedded(inheritance: false)
|
@Embedded(inheritance: false)
|
||||||
class ThemeAssets {
|
class ThemeAssets {
|
||||||
|
|
Loading…
Reference in a new issue