Bug corrections:

- fast switching between tabs crash on getResources
 - closing app while SnackBar was visible crashed
 - changing list name then clicking upper left arrow did not save change
This commit is contained in:
2016-01-13 13:39:45 -05:00
parent 96b054cea1
commit 2c1fad07aa
5 changed files with 34 additions and 11 deletions

View File

@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/new_task_list_parent_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusableInTouchMode="true"
android:descendantFocusability="beforeDescendants"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"