Skip to content

Commit

Permalink
Fix Settings (#315)
Browse files Browse the repository at this point in the history
Commit change of setChatEmoteSEVENTV now
  • Loading branch information
Nickwasused authored Feb 22, 2022
1 parent db59e1f commit 98cc916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/perflyst/twire/service/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ public boolean getChatEmoteSEVENTV() {
public void setChatEmoteSEVENTV(boolean setting) {
SharedPreferences.Editor editor = getEditor();
editor.putBoolean(this.CHAT_EMOTE_SEVENTV, setting);
editor.commit();
}

/**
Expand Down

0 comments on commit 98cc916

Please sign in to comment.