Skip to content
Snippets Groups Projects
Commit 44335679 authored by Tobias Merkel's avatar Tobias Merkel Committed by Mohammad Hasan Keramat J
Browse files

SystemUI: Remove BT Tile

Conflicts with our dialog version of it

Change-Id: I96a3341223f1b363089963b6a3e6979f911dc3bb
parent 8f01c644
No related branches found
No related tags found
No related merge requests found
......@@ -36,12 +36,6 @@ import dagger.multibindings.StringKey
@Module
interface ConnectivityModule {
/** Inject BluetoothTile into tileMap in QSModule */
@Binds
@IntoMap
@StringKey(BluetoothTile.TILE_SPEC)
fun bindBluetoothTile(bluetoothTile: BluetoothTile): QSTileImpl<*>
/** Inject CastTile into tileMap in QSModule */
@Binds
@IntoMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment