fix missing navScrollToTop parameter
This commit is contained in:
@@ -259,7 +259,7 @@ fun FloatingButtons(
|
|||||||
when (state) {
|
when (state) {
|
||||||
is AccountState.LoggedInViewOnly -> {
|
is AccountState.LoggedInViewOnly -> {
|
||||||
if (PackageUtils.isAmberInstalled(context)) {
|
if (PackageUtils.isAmberInstalled(context)) {
|
||||||
WritePermissionButtons(navEntryState, accountViewModel, nav)
|
WritePermissionButtons(navEntryState, accountViewModel, nav, navScrollToTop)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
is AccountState.LoggedOff -> {
|
is AccountState.LoggedOff -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user