Skip to content
Snippets Groups Projects
Commit d53d1f72 authored by Dhina17's avatar Dhina17
Browse files

Revert "SystemUI: Remove BT Tile"

This reverts commit 44335679.

Reason: QPR2 added QS BT dialog

Change-Id: Icbe1715ce1c8572151719d261b4e4e6708c62603
parent 19b11a45
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,12 @@ 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