WIP TaskListDialogFragment not working after 3 buttons parameter

This commit is contained in:
2017-12-13 22:49:57 +01:00
parent cd77819dec
commit 0fefe50ec9
3 changed files with 3 additions and 3 deletions

2
.idea/modules.xml generated
View File

@@ -2,8 +2,8 @@
<project version="4"> <project version="4">
<component name="ProjectModuleManager"> <component name="ProjectModuleManager">
<modules> <modules>
<module fileurl="file://$PROJECT_DIR$/DoNExt.iml" filepath="$PROJECT_DIR$/DoNExt.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/donext.iml" filepath="$PROJECT_DIR$/donext.iml" />
</modules> </modules>
</component> </component>
</project> </project>

2
.idea/vcs.xml generated
View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" />
</component> </component>
</project> </project>

View File

@@ -103,7 +103,7 @@ public class MainFragment extends Fragment implements TasksFragment.TaskChangedA
} }
if (taskLists.size() == 0) { if (taskLists.size() == 0) {
Intent intent = new Intent(getContext(), TaskListActivity.class); Intent intent = new Intent(getContext(), TaskListActivity.class);
startActivity(intent); //startActivity(intent);
} }
else { else {
int lastOpenedList = sharedPref.getInt("last_opened_tab", 0); int lastOpenedList = sharedPref.getInt("last_opened_tab", 0);