Loading opentasks/src/main/java/org/dmfs/tasks/QuickAddDialogFragment.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package org.dmfs.tasks; import android.annotation.SuppressLint; import android.app.Dialog; import android.content.Context; import android.content.Intent; Loading Loading @@ -191,6 +192,7 @@ public class QuickAddDialogFragment extends SupportDialogFragment return dialog; } @SuppressLint("MissingInflatedId") @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { final Context contextThemeWrapperDark = new ContextThemeWrapper(getActivity(), Loading opentasks/src/main/java/org/dmfs/tasks/TaskListActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,7 @@ public class TaskListActivity extends BaseActivity implements TaskListFragment.C private FloatingActionButton mFloatingActionButton; private SharedPreferences mPrefs; @SuppressLint("MissingInflatedId") @Override protected void onCreate(Bundle savedInstanceState) { mPrefs = PreferenceManager.getDefaultSharedPreferences(this); Loading Loading
opentasks/src/main/java/org/dmfs/tasks/QuickAddDialogFragment.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package org.dmfs.tasks; import android.annotation.SuppressLint; import android.app.Dialog; import android.content.Context; import android.content.Intent; Loading Loading @@ -191,6 +192,7 @@ public class QuickAddDialogFragment extends SupportDialogFragment return dialog; } @SuppressLint("MissingInflatedId") @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { final Context contextThemeWrapperDark = new ContextThemeWrapper(getActivity(), Loading
opentasks/src/main/java/org/dmfs/tasks/TaskListActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -185,6 +185,7 @@ public class TaskListActivity extends BaseActivity implements TaskListFragment.C private FloatingActionButton mFloatingActionButton; private SharedPreferences mPrefs; @SuppressLint("MissingInflatedId") @Override protected void onCreate(Bundle savedInstanceState) { mPrefs = PreferenceManager.getDefaultSharedPreferences(this); Loading