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

Commit 3314d322 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Suppress missing inflate id

parent e294e0e4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package org.dmfs.tasks;

import android.annotation.SuppressLint;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
@@ -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(),
+1 −0
Original line number Diff line number Diff line
@@ -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);