Commit 38b33381 authored by Max Lv's avatar Max Lv

Fix a crash when switching NAT mode

parent 63569a44
...@@ -13,7 +13,7 @@ import com.github.shadowsocks.utils.Key ...@@ -13,7 +13,7 @@ import com.github.shadowsocks.utils.Key
// TODO: Move related logic here // TODO: Move related logic here
class ShadowsocksSettings extends PreferenceFragment with OnSharedPreferenceChangeListener { class ShadowsocksSettings extends PreferenceFragment with OnSharedPreferenceChangeListener {
private lazy val activity = getActivity.asInstanceOf[Shadowsocks] private def activity = getActivity.asInstanceOf[Shadowsocks]
lazy val natSwitch = findPreference(Key.isNAT).asInstanceOf[SwitchPreference] lazy val natSwitch = findPreference(Key.isNAT).asInstanceOf[SwitchPreference]
private var isProxyApps: SwitchPreference = _ private var isProxyApps: SwitchPreference = _
......
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