Fine tuning

This commit is contained in:
litetex 2021-12-24 21:51:44 +01:00
parent 22db4175f3
commit 7fc0a3841a
2 changed files with 3 additions and 1 deletions

View File

@ -226,6 +226,8 @@ public class SettingsActivity extends AppCompatActivity
.add(FRAGMENT_HOLDER_ID, searchFragment, PreferenceSearchFragment.NAME)
.addToBackStack(PreferenceSearchFragment.NAME)
.commit();
KeyboardUtil.showKeyboard(this, searchEditText);
} else if (searchFragment != null) {
fm.beginTransaction().remove(searchFragment).commit();
fm.popBackStack(

View File

@ -70,7 +70,7 @@ public final class PreferenceSearchResultHighlighter {
}
}
highlightFallback(prefsFragment, prefResult);
}, 150);
}, 200);
return;
}
}