LibreTube/app/src/main/java/com/github/libretube/ui/activities
Krunal Patel d03169b11a Fix navigation and backstack problems
Check if the search view is iconified or current destination is bottom nav, then avoid navigation to search fragment.

Move the `searchFragment` navigation to `onMenuItemActionExpand` so every time search expand, try to get the search fragment.

Clear the focus of `searchView` when a query is submitted. Helps in decreasing the number of back presses to minimize player and navigate back.

No need to remove focus using `SearchResultFragment#onStop`, `BackPressedDispatche` can handle it.
2022-11-20 23:29:12 +05:30
..
AboutActivity.kt improve snackbar style 2022-09-25 10:07:09 +02:00
CommunityActivity.kt move the base views to the UI package 2022-09-24 12:34:53 +02:00
MainActivity.kt Fix navigation and backstack problems 2022-11-20 23:29:12 +05:30
NoInternetActivity.kt fix the navbar behavior 2022-09-26 18:41:41 +02:00
OfflinePlayerActivity.kt remove unused reference 2022-11-17 16:06:06 +01:00
RouterActivity.kt fix: handle duration string timestamps (#1275) 2022-10-21 03:25:42 -04:00
SettingsActivity.kt move the base views to the UI package 2022-09-24 12:34:53 +02:00