mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -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">
|
<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
2
.idea/vcs.xml
generated
@@ -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>
|
@@ -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);
|
||||||
|
Reference in New Issue
Block a user