mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
update _currentDefaultThemeVersion to handle xlm asset updates to default themes
This commit is contained in:
parent
4281fa5d33
commit
bce8ae6b4e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ final pThemeService = Provider<ThemeService>((ref) {
|
|||
});
|
||||
|
||||
class ThemeService {
|
||||
static const _currentDefaultThemeVersion = 3;
|
||||
static const _currentDefaultThemeVersion = 4;
|
||||
ThemeService._();
|
||||
static ThemeService? _instance;
|
||||
static ThemeService get instance => _instance ??= ThemeService._();
|
||||
|
|
Loading…
Reference in a new issue