We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5d0e7 commit 09ef276Copy full SHA for 09ef276
1 file changed
app/src/main/java/com/sheyon/fivecats/legendslibrary/CategoriesFragment.java
@@ -202,7 +202,7 @@ private void displayCategoryScreen() {
202
}
203
204
private void resetSpinnerPosition() {
205
- if (!legendsPreferences.isUsingTswSorting() && legendsPreferences.getSpinnerPosition() == Categories.CAT_8_ISU) {
+ if (!legendsPreferences.isUsingTswSorting() && spinner.getSelectedItem().toString().equals(getResources().getString(R.string.spinner_issues))) {
206
legendsPreferences.setSpinnerPosition(0);
207
208
spinner.setSelection(legendsPreferences.getSpinnerPosition());
0 commit comments