Fixed dialing issue when going to the settings from the dialer and coming back
This commit is contained in:
parent
31ed790378
commit
640299ef1a
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class DialerFragment : SecureFragment<DialerFragmentBinding>() {
|
|||
sharedViewModel.dialerUri = address
|
||||
}
|
||||
}
|
||||
arguments?.clear()
|
||||
|
||||
viewModel.enteredUri.observe(viewLifecycleOwner, {
|
||||
if (it == corePreferences.debugPopupCode) {
|
||||
|
|
Loading…
Reference in a new issue