mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Fine tuning
This commit is contained in:
		| @@ -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( | ||||
|   | ||||
| @@ -70,7 +70,7 @@ public final class PreferenceSearchResultHighlighter { | ||||
|                         } | ||||
|                     } | ||||
|                     highlightFallback(prefsFragment, prefResult); | ||||
|                 }, 150); | ||||
|                 }, 200); | ||||
|                 return; | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex