Skip to content

Commit

Permalink
fix: prevent screen highlight using bluetooth controller
Browse files Browse the repository at this point in the history
Closes: #14262
  • Loading branch information
MarkusJLechner authored and BrayanDSO committed May 11, 2024
1 parent d60d773 commit 2f40205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

<resources>
<style name="ThemeOverlay.DisableKeyboardHighlight" parent="">
<item name="android:colorControlHighlight">@color/transparent</item>
<item name="android:selectableItemBackground">@android:color/transparent</item>
</style>
</resources>

0 comments on commit 2f40205

Please sign in to comment.