Skip to content

Commit

Permalink
Update SettingActivity.java
Browse files Browse the repository at this point in the history
Tickbox wasn't updated
  • Loading branch information
Kaiserdragon2 committed Mar 2, 2022
1 parent 9bbbd25 commit 1192367
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ protected void onCreate(Bundle savedInstanceState) {

((CheckBox) findViewById(R.id.checkBoxRows)).setChecked(loadDataBool("SettingRow"));
((CheckBox) findViewById(R.id.checkBoxOnly)).setChecked(loadDataBool("SettingOnlyNew"));
((CheckBox) findViewById(R.id.checkShortcut)).setChecked(loadDataBool("Shortcut"));


Button setDark = findViewById(R.id.radioDark);
Expand Down

0 comments on commit 1192367

Please sign in to comment.