Skip to content
Snippets Groups Projects
Commit 60e4cf93 authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 41878: [android] Add standalone Tor Bootstrap

comment
parent 363300bb
No related branches found
No related tags found
1 merge request!1092Android 128.1 rebase
Pipeline #194454 failed
...@@ -202,6 +202,7 @@ class SettingsFragment : PreferenceFragmentCompat() { ...@@ -202,6 +202,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
requireView().findViewById<RecyclerView>(R.id.recycler_view) requireView().findViewById<RecyclerView>(R.id.recycler_view)
.also { .also {
it?.hideInitialScrollBar(viewLifecycleOwner.lifecycleScope) it?.hideInitialScrollBar(viewLifecycleOwner.lifecycleScope)
// Prevent disabled settings from having a collapsing animation on open
it?.disableHidingAnimation() it?.disableHidingAnimation()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment