Skip to content

Commit 18a06b0

Browse files
committed
ui: show bottom sheet sync to prevent double add
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 5e844be commit 18a06b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/java/com/wireguard/android/fragment/TunnelListFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class TunnelListFragment : BaseFragment() {
115115
}
116116
}
117117
}
118-
bottomSheet.show(childFragmentManager, "BOTTOM_SHEET")
118+
bottomSheet.showNow(childFragmentManager, "BOTTOM_SHEET")
119119
}
120120
executePendingBindings()
121121
}

0 commit comments

Comments
 (0)