Skip to content

Commit

Permalink
Slide from right Receive Address
Browse files Browse the repository at this point in the history
  • Loading branch information
abdrasulov committed Sep 4, 2023
1 parent f8df38e commit 5ed6417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ private fun ButtonsRow(viewItem: BalanceViewItem, navController: NavController,
val onClickReceive = {
try {
val params = ReceiveAddressFragment.params(viewModel.getWalletForReceive(viewItem))
navController.slideFromBottom(R.id.receiveFragment, params)
navController.slideFromRight(R.id.receiveFragment, params)
} catch (e: BackupRequiredError) {
val text = Translator.getString(
R.string.ManageAccount_BackupRequired_Description,
Expand Down

0 comments on commit 5ed6417

Please sign in to comment.