TunnelEditorFragment: Fix dismissing creator activity
Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
4f02817ef0
commit
2776455d4f
@ -198,6 +198,7 @@ public class TunnelEditorFragment extends BaseFragment {
|
|||||||
if (throwable == null) {
|
if (throwable == null) {
|
||||||
message = getString(R.string.tunnel_create_success, tunnel.getName());
|
message = getString(R.string.tunnel_create_success, tunnel.getName());
|
||||||
Log.d(TAG, message);
|
Log.d(TAG, message);
|
||||||
|
localTunnel = tunnel;
|
||||||
onFinished();
|
onFinished();
|
||||||
} else {
|
} else {
|
||||||
final String error = ExceptionLoggers.unwrap(throwable).getMessage();
|
final String error = ExceptionLoggers.unwrap(throwable).getMessage();
|
||||||
|
Loading…
Reference in New Issue
Block a user