wireguard-android/ui/src
Jason A. Donenfeld 52a2ae36f6 TunnelEditorFragment: avoid extra trip through event loop
onSelectedTunnelChanged is already queueing us to Dispatchers.Main
(rather than Dispatchers.Main.immediate, which would crash, but why?),
so avoid the extra trip through the event loop by toggling the selected
tunnel right away.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-09-16 10:51:56 +02:00
..
debug/res/values Rename app module to ui 2020-03-09 19:24:27 +05:30
main TunnelEditorFragment: avoid extra trip through event loop 2020-09-16 10:51:56 +02:00