mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 07:30:13 -04:00
WIP TaskListDialogFragment not working after 3 buttons parameter
This commit is contained in:
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@@ -2,8 +2,8 @@
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<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$/donext.iml" filepath="$PROJECT_DIR$/donext.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
2
.idea/vcs.xml
generated
2
.idea/vcs.xml
generated
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@@ -103,7 +103,7 @@ public class MainFragment extends Fragment implements TasksFragment.TaskChangedA
|
||||
}
|
||||
if (taskLists.size() == 0) {
|
||||
Intent intent = new Intent(getContext(), TaskListActivity.class);
|
||||
startActivity(intent);
|
||||
//startActivity(intent);
|
||||
}
|
||||
else {
|
||||
int lastOpenedList = sharedPref.getInt("last_opened_tab", 0);
|
||||
|
Reference in New Issue
Block a user