Skip to content

Commit

Permalink
fix: ui glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Syn-McJ committed Oct 10, 2023
1 parent 781a558 commit aae1d5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class CoinJoinLevelFragment : Fragment(R.layout.fragment_coinjoin_level) {
)
).show(requireActivity()) { toChange ->
if (toChange == true) {
setMode(mode)
viewModel.mixingMode = mode
requireActivity().finish()
}
Expand Down

0 comments on commit aae1d5a

Please sign in to comment.