TunnelEditorFragment: Fix dismissing creator activity

Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
Samuel Holland 2018-01-08 23:06:51 -06:00
parent 4f02817ef0
commit 2776455d4f

View File

@ -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();