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

Commit 15e637da authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Add edit title to QS edit" into nyc-dev

am: 4cabb1b9

* commit '4cabb1b9':
  Add edit title to QS edit
parents a2549ca8 4cabb1b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ public class QSCustomizer extends LinearLayout implements OnMenuItemClickListene
        mToolbar.setOnMenuItemClickListener(this);
        mToolbar.getMenu().add(Menu.NONE, MENU_RESET, 0,
                mContext.getString(com.android.internal.R.string.reset));
        mToolbar.setTitle(R.string.qs_edit);

        mRecyclerView = (RecyclerView) findViewById(android.R.id.list);
        mTileAdapter = new TileAdapter(getContext());