Commit 9371515e authored by topjohnwu's avatar topjohnwu

Disable animations in superuser fragment

parent a83e055b
...@@ -15,4 +15,6 @@ class SuperuserFragment : BaseUIFragment<SuperuserViewModel, FragmentSuperuserMd ...@@ -15,4 +15,6 @@ class SuperuserFragment : BaseUIFragment<SuperuserViewModel, FragmentSuperuserMd
activity.title = resources.getString(R.string.superuser) activity.title = resources.getString(R.string.superuser)
} }
override fun onPreBind(binding: FragmentSuperuserMd2Binding) {}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment