Disable animations in superuser fragment
This commit is contained in:
parent
a83e055b19
commit
9371515ecc
@ -15,4 +15,6 @@ class SuperuserFragment : BaseUIFragment<SuperuserViewModel, FragmentSuperuserMd
|
||||
activity.title = resources.getString(R.string.superuser)
|
||||
}
|
||||
|
||||
override fun onPreBind(binding: FragmentSuperuserMd2Binding) {}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user