fix home screen data syncing and caching and add manual sync data button
This commit is contained in:
parent
f19a316be8
commit
d42337fc6c
3 changed files with 72 additions and 13 deletions
|
|
@ -171,9 +171,7 @@ class MihGoRouter {
|
|||
path: MihGoRouterPaths.mihHome,
|
||||
builder: (BuildContext context, GoRouterState state) {
|
||||
KenLogger.success("MihGoRouter: mihHome");
|
||||
return MihHome(
|
||||
key: UniqueKey(),
|
||||
);
|
||||
return MihHome();
|
||||
},
|
||||
routes: [
|
||||
// ========================== About MIH ==================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue