We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fb143 commit 4a3605dCopy full SHA for 4a3605d
1 file changed
lib/app/modules/splash/controllers/splash_controller.dart
@@ -91,6 +91,9 @@ class SplashController extends GetxController {
91
await prefs.setBool('settings_taskr_repl', getMode(profile) == 'TW3C');
92
Get.find<HomeController>().taskchampion.value = getMode(profile) == 'TW3';
93
Get.find<HomeController>().taskReplica.value = getMode(profile) == 'TW3C';
94
+ if (getMode(profile) == "TW3C") {
95
+ Get.find<HomeController>().refreshReplicaTaskList();
96
+ }
97
Get.find<HomeController>().tasks.value = <TaskForC>[].obs;
98
currentProfile.value = _profiles.getCurrentProfile()!;
99
}
0 commit comments