From 2066688f80ea92fe3099e4410f09f1a3f51dd6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Thu, 9 Nov 2023 22:56:18 +0100 Subject: [PATCH] Minor fixes --- .../src/chaintestnet/res/mipmap-anydpi-v26/ic_launcher.xml | 5 ----- .../chaintestnet/res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 ----- src/state/index.ts | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 android/app/src/chaintestnet/res/mipmap-anydpi-v26/ic_launcher.xml delete mode 100644 android/app/src/chaintestnet/res/mipmap-anydpi-v26/ic_launcher_round.xml diff --git a/android/app/src/chaintestnet/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/chaintestnet/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index c4a603d4c..000000000 --- a/android/app/src/chaintestnet/res/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/android/app/src/chaintestnet/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/chaintestnet/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index c4a603d4c..000000000 --- a/android/app/src/chaintestnet/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/state/index.ts b/src/state/index.ts index 12079d361..8b614103d 100644 --- a/src/state/index.ts +++ b/src/state/index.ts @@ -323,7 +323,7 @@ export const model: IStoreModel = { const speed = setTimeout(() => { actions.setSpeedloaderLoading(true); }, 3000); - if (gossipSyncEnabled && !firstStartup) { + if (gossipSyncEnabled && !firstStartup && Chain === "mainnet") { if (enforceSpeedloaderOnStartup) { log.d("Clearing speedloader files"); try {