ui: show bottom sheet sync to prevent double add
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
5e844bed5e
commit
18a06b0a51
@ -115,7 +115,7 @@ class TunnelListFragment : BaseFragment() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
bottomSheet.show(childFragmentManager, "BOTTOM_SHEET")
|
bottomSheet.showNow(childFragmentManager, "BOTTOM_SHEET")
|
||||||
}
|
}
|
||||||
executePendingBindings()
|
executePendingBindings()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user