mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
Fixes #3602:navigate to top of home screen after tapping "start browsing"
After onboarding.finish(), scrolled homeLayout to top
This commit is contained in:
parent
f25a9660e8
commit
5e78420cce
@ -295,7 +295,7 @@ class HomeFragment : Fragment(), AccountObserver {
|
||||
Do exhaustive when (action) {
|
||||
is OnboardingAction.Finish -> {
|
||||
onboarding.finish()
|
||||
|
||||
homeLayout?.progress = 0F
|
||||
val mode = currentMode(context!!)
|
||||
getManagedEmitter<SessionControlChange>().onNext(
|
||||
SessionControlChange.ModeChange(
|
||||
|
Loading…
Reference in New Issue
Block a user