Skip to content

Commit

Permalink
sets OBSIDIUM app icon to NATRIUM default
Browse files Browse the repository at this point in the history
  • Loading branch information
tlietz committed Aug 23, 2021
1 parent 0aa5bbb commit 9d42eaa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/themes.dart
Expand Up @@ -506,10 +506,10 @@ class ObsidiumTheme extends BaseTheme {
BoxShadow boxShadowButton = BoxShadow(color: Colors.transparent);

OverlayTheme qrScanTheme = OverlayTheme.OBSIDIUM;
AppIconEnum appIcon = AppIconEnum.OBSIDIUM;
AppIconEnum appIcon = AppIconEnum.NATRIUM;
}

enum AppIconEnum { NATRIUM, TITANIUM, INDIUM, NEPTUNIUM, THORIUM, OBSIDIUM }
enum AppIconEnum { NATRIUM, TITANIUM, INDIUM, NEPTUNIUM, THORIUM }

class AppIcon {
static const _channel = const MethodChannel('fappchannel');
Expand All @@ -520,9 +520,6 @@ class AppIcon {
}
String iconStr = "natrium";
switch (iconToChange) {
case AppIconEnum.OBSIDIUM:
iconStr = "obsidium";
break;
case AppIconEnum.THORIUM:
iconStr = "thorium";
break;
Expand Down

0 comments on commit 9d42eaa

Please sign in to comment.