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

Commit ce95298c authored by Pranav Vashi's avatar Pranav Vashi Committed by Łukasz Patron
Browse files

BluetoothDialog: Fix theme context

"Done" button theme now matches with one in the InternetDialog.

Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/7532


Change-Id: I947ff150f96b27a7ae97a11f4486c66e1ccbf456
Signed-off-by: default avatarPranav Vashi <neobuddy89@gmail.com>
parent 38903174
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ internal constructor(
        SystemUIDialog.registerDismissListener(dialog, dismissListener)
        uiEventLogger.log(BluetoothTileDialogUiEvent.BLUETOOTH_TILE_DIALOG_SHOWN)

        layoutInflater.inflate(R.layout.bluetooth_tile_dialog, null).apply {
        LayoutInflater.from(dialog.context).inflate(R.layout.bluetooth_tile_dialog, null).apply {
            accessibilityPaneTitle = context.getText(R.string.accessibility_desc_quick_settings)
            dialog.setContentView(this)
        }