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

Commit 390ed7cc authored by Roman Birg's avatar Roman Birg
Browse files

SystemUI: bluetooth tile: fix disconnect action



Change-Id: I3858dae5539baeb6e70220e39af9cc22134280c9
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent d1d27c9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -204,6 +204,7 @@ public class BluetoothTile extends QSTile<QSTile.BooleanState> {
            listView.setOnItemClickListener(this);
            listView.setAdapter(mAdapter =
                    new QSDetailItemsList.QSDetailListAdapter(context, mBluetoothItems));
            mAdapter.setCallback(this);
            mItemsList.setEmptyState(R.drawable.ic_qs_bluetooth_detail_empty,
                    R.string.quick_settings_bluetooth_detail_empty_text);