Merge "Fix bluetooth icon has wrong color"

This commit is contained in:
Treehugger Robot
2019-12-13 00:05:57 +00:00
committed by Gerrit Code Review

View File

@@ -116,7 +116,7 @@ public class BluetoothUtils {
}
return new Pair<>(
getBluetoothDrawable(context,
com.android.internal.R.drawable.ic_settings_bluetooth),
com.android.internal.R.drawable.ic_settings_bluetooth).mutate(),
context.getString(R.string.bluetooth_talkback_bluetooth));
}