You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Fixed log not displaying back button when alternative view is shown
This commit is contained in:
committed by
John Wu
parent
1b8813228b
commit
51402e68d2
@@ -24,7 +24,10 @@ class LogFragment : BaseUIFragment<LogViewModel, FragmentLogMd2Binding>() {
|
||||
set(value) {
|
||||
MotionRevealHelper.withViews(binding.logFilter, binding.logFilterToggle, value)
|
||||
actionSave?.isVisible = !value
|
||||
(activity as MainActivity).invalidateToolbar()
|
||||
with(activity as MainActivity) {
|
||||
invalidateToolbar()
|
||||
setDisplayHomeAsUpEnabled(value)
|
||||
}
|
||||
}
|
||||
|
||||
override fun onStart() {
|
||||
|
||||
Reference in New Issue
Block a user