mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-22 05:38:55 +00:00
better class selection handling
This commit is contained in:
parent
6ae64daaf6
commit
66e02c599a
1 changed files with 3 additions and 0 deletions
|
|
@ -196,6 +196,9 @@ public class PreferencesFragment extends BasePreferencesFragment implements
|
|||
classSelectionPreference.setSummary(getString(R.string.change_class_description));
|
||||
}
|
||||
classSelectionPreference.setVisible(true);
|
||||
} else {
|
||||
classSelectionPreference.setTitle(getString(R.string.enable_class));
|
||||
classSelectionPreference.setVisible(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue