Skip to content

Commit

Permalink
Fix bug in disable blubble colors option
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev4Mod committed May 1, 2024
1 parent 1031dfb commit b0df4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public BubbleColors(ClassLoader loader, XSharedPreferences preferences) {
@Override
public void doHook() throws Exception {

if (!prefs.getBoolean("bubble_color", false)) return;

var bubbleLeftColor = prefs.getInt("bubble_left", 0);

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/fragment_privacy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

<rikka.material.preference.MaterialSwitchPreference
app:key="blueonreply"
app:dependency="hideread"
app:summary="@string/blueonreply_sum"
app:title="@string/blueonreply" />

Expand Down

0 comments on commit b0df4da

Please sign in to comment.