update _currentDefaultThemeVersion to handle xlm asset updates to default themes

This commit is contained in:
julian 2023-07-27 10:53:40 -06:00
parent 4281fa5d33
commit bce8ae6b4e

View file

@ -27,7 +27,7 @@ final pThemeService = Provider<ThemeService>((ref) {
}); });
class ThemeService { class ThemeService {
static const _currentDefaultThemeVersion = 3; static const _currentDefaultThemeVersion = 4;
ThemeService._(); ThemeService._();
static ThemeService? _instance; static ThemeService? _instance;
static ThemeService get instance => _instance ??= ThemeService._(); static ThemeService get instance => _instance ??= ThemeService._();