Skip to content

Commit 003c616

Browse files
authored
Merge pull request #17037 from GitStartHQ/Issue/16796-action_bar_gets_dismissed_before_the_navigation_to_change_user_name_screen
#16796 Action bar gets dismissed before the navigation to change user name screen
2 parents 980df98 + 2abcc2c commit 003c616

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WordPress/src/main/java/org/wordpress/android/ui/prefs/accountsettings/AccountSettingsNavigationHandler.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class AccountSettingsNavigationHandler @Inject constructor() {
2020
.setTitle(R.string.username_changer_title)
2121
.setAction(R.string.username_changer_action)
2222
.setOnConfirmListener { result -> onConfirm.invoke(result) }
23-
.setHideActivityBar(true)
2423
.setIsLifOnScroll(false)
2524
.setOnDismissListener { onDismiss.invoke() }
2625
.setOnShownListener { onShown.invoke() }

0 commit comments

Comments
 (0)