chinwag-android/app/src/main/java/com/keylesspalace/tusky/components/search
Nik Clayton 330401c7d0
Disable tab swiping by preference in profile and search (#2889)
The "Enable swipe gesture to switch between tabs" preference was ignored
on the tabs on a profile page ("Posts", "With Replies", "Pinned", "Media"),
and search ("Posts", "Accounts", "Hashtags").

Fix this.

While I'm here, replace a string for the preference name in MainActivity.kt
with a constant.

Fixes https://github.com/tuskyapp/Tusky/issues/2874.
2022-12-01 19:51:13 +01:00
..
adapter Fix status diffing and improve timeline performance (#2386) 2022-03-15 21:34:57 +01:00
fragments fix media permissions on Android 10+ (#2837) 2022-11-16 20:43:49 +01:00
SearchActivity.kt Disable tab swiping by preference in profile and search (#2889) 2022-12-01 19:51:13 +01:00
SearchType.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
SearchViewModel.kt make all model classes immutable (#2686) 2022-08-31 18:54:40 +02:00