mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Removed unused preferences
This commit is contained in:
@@ -66,8 +66,6 @@ public class SearchFragment extends Fragment {
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
inputFocus();
|
||||
|
||||
Log.i(TAG, "onResume: " + PreferenceUtil.getInstance(requireContext()).getSongNumber());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -143,7 +143,7 @@ public class PreferenceUtil {
|
||||
}
|
||||
|
||||
public final int getSimilarItemsNumber() {
|
||||
return Integer.parseInt(mPreferences.getString(SIMILAR_ITEMS_NUMBER, "10"));
|
||||
return Integer.parseInt(mPreferences.getString(SIMILAR_ITEMS_NUMBER, "5"));
|
||||
}
|
||||
|
||||
public final int getSearchElementPerCategory() {
|
||||
|
||||
Reference in New Issue
Block a user