File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
lib/app/modules/home/views Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,6 @@ class HomeView extends GetView<HomeController> {
2626 credentials = Taskrc .fromString (contents).credentials;
2727 }
2828
29- if (contents != null ) {
30- server = Taskrc .fromString (contents).server;
31- credentials = Taskrc .fromString (contents).credentials;
32- }
33-
3429 controller.checkForSync (context);
3530
3631 return Obx (
@@ -44,10 +39,8 @@ class HomeView extends GetView<HomeController> {
4439 ? TaskWarriorColors .kprimaryBackgroundColor
4540 : TaskWarriorColors .kLightPrimaryBackgroundColor,
4641 drawer: NavDrawer (homeController: controller),
47-
4842 drawerEnableOpenDragGesture: true ,
4943 drawerEdgeDragWidth: 80 ,
50-
5144 body: HomePageBody (
5245 controller: controller,
5346 ),
You can’t perform that action at this time.
0 commit comments