Skip to content

Commit 0d59449

Browse files
committed
After pressing on repeat button - dismissed bottomsheet
Animations disabled due to save current ui/ux
1 parent 54d22c4 commit 0d59449

File tree

1 file changed

+3
-1
lines changed
  • mobile/android/air/SubModules/UITransaction/src/main/java/org/mytonwallet/app_air/uitransaction/viewControllers

1 file changed

+3
-1
lines changed

mobile/android/air/SubModules/UITransaction/src/main/java/org/mytonwallet/app_air/uitransaction/viewControllers/TransactionVC.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,9 @@ class TransactionVC(context: Context, var transaction: MApiTransaction) : WViewC
10471047
}
10481048
}
10491049

1050-
window?.present(navVC)
1050+
window?.dismissLastNav(animated = false, onCompletion = {
1051+
window?.present(navVC)
1052+
})
10511053
}
10521054

10531055
private fun sharePressed() {

0 commit comments

Comments
 (0)