Commit 46c1a66e authored by Max Lv's avatar Max Lv

fix some texts

parent ef99204e
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<string name="port_alert">The port number should be greater than 1024</string> <string name="port_alert">The port number should be greater than 1024</string>
<string name="port_empty">Port should not be empty</string> <string name="port_empty">Port should not be empty</string>
<string name="proxy_empty">Proxy should not be empty</string> <string name="proxy_empty">Proxy should not be empty</string>
<string name="crash_alert">An unexpected exit detected, context has been recovered <string name="crash_alert">An unexpected exit detected, the context has been reset.
</string> </string>
<string name="connecting">Connecting…</string> <string name="connecting">Connecting…</string>
<string name="initializing">Initializing…</string> <string name="initializing">Initializing…</string>
......
...@@ -568,6 +568,7 @@ class Shadowsocks ...@@ -568,6 +568,7 @@ class Shadowsocks
} }
} }
case _ => { case _ => {
clearDialog()
Log.e(Shadowsocks.TAG, "Failed to start VpnService") Log.e(Shadowsocks.TAG, "Failed to start VpnService")
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment