No cache mod for web and other platforms
This commit is contained in:
@@ -358,7 +358,8 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
? Icon(Icons.signal_cellular_connected_no_internet_4_bar_outlined)
|
||||
: InkWell(
|
||||
onTap: () {
|
||||
setState(() {
|
||||
setState(() async {
|
||||
await User.refreshUserData();
|
||||
LoadStats();
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user