Some more ~~insect~~ bug fixes.

This commit is contained in:
StackZ
2020-11-07 10:03:03 +01:00
parent ddbea3ab36
commit ee2769b294
6 changed files with 33 additions and 7 deletions
+10
View File
@@ -35,6 +35,7 @@
#include <unistd.h>
extern bool checkWifiStatus();
extern void notConnectedMsg();
extern bool touching(touchPosition touch, Structs::ButtonPos button);
static const std::vector<Structs::ButtonPos> mainButtons = {
{ 10, 34, 300, 22 },
@@ -371,6 +372,9 @@ void Overlays::SelectStore(std::unique_ptr<Store> &store, std::vector<std::uniqu
info = GetUniStoreInfo(_STORE_PATH);
}
}
} else {
notConnectedMsg();
}
}
@@ -385,6 +389,9 @@ void Overlays::SelectStore(std::unique_ptr<Store> &store, std::vector<std::uniqu
selection = 0;
info = GetUniStoreInfo(_STORE_PATH);
}
} else {
notConnectedMsg();
}
}
@@ -395,6 +402,9 @@ void Overlays::SelectStore(std::unique_ptr<Store> &store, std::vector<std::uniqu
selection = 0;
info = GetUniStoreInfo(_STORE_PATH);
}
} else {
notConnectedMsg();
}
}