NEW: fix home nav
This commit is contained in:
parent
2e69e1dd92
commit
15106d0a00
14 changed files with 138 additions and 149 deletions
|
|
@ -43,6 +43,11 @@ class MzansiProfileProvider extends ChangeNotifier {
|
|||
userConsent = null;
|
||||
}
|
||||
|
||||
void setPersonalHome(bool isPersonalHome) {
|
||||
personalHome = isPersonalHome;
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void setPersonalIndex(int index) {
|
||||
personalIndex = index;
|
||||
notifyListeners();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue