ui: show bottom sheet sync to prevent double add

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2023-04-02 16:00:38 +02:00
parent 5e844bed5e
commit 18a06b0a51

View File

@ -115,7 +115,7 @@ class TunnelListFragment : BaseFragment() {
} }
} }
} }
bottomSheet.show(childFragmentManager, "BOTTOM_SHEET") bottomSheet.showNow(childFragmentManager, "BOTTOM_SHEET")
} }
executePendingBindings() executePendingBindings()
} }