Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 777b0208 authored by Marten Gajda's avatar Marten Gajda
Browse files

fix NPE

parent 916acaa9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ public class EditTaskFragment extends SupportFragment implements LoaderManager.L
		public final static int account_type = 2;
		@SuppressWarnings("unused")
		public final static int account_name = 3;
		@SuppressWarnings("unused")
		public final static int list_color = 4;
	}

@@ -718,7 +719,10 @@ public class EditTaskFragment extends SupportFragment implements LoaderManager.L
		Intent result = null;
		int toastId = -1;

		if (mEditor != null)
		{
			mEditor.updateValues();
		}

		if (mValues.isInsert() || mValues.isUpdate())
		{