From cfc02dd036561460dbb88ed371998704c4d5842f Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 3 Oct 2014 21:40:54 +0200 Subject: Fix bug when loading excluded IPv4 routes --HG-- extra : rebase_source : 939df3c5b7e45948c5ab28f7d8f6af465ad739b5 --- main/src/main/java/de/blinkt/openvpn/fragments/Settings_Routing.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src') diff --git a/main/src/main/java/de/blinkt/openvpn/fragments/Settings_Routing.java b/main/src/main/java/de/blinkt/openvpn/fragments/Settings_Routing.java index e4d1cadd..36b14ee1 100644 --- a/main/src/main/java/de/blinkt/openvpn/fragments/Settings_Routing.java +++ b/main/src/main/java/de/blinkt/openvpn/fragments/Settings_Routing.java @@ -54,7 +54,7 @@ public class Settings_Routing extends OpenVpnPreferencesFragment implements OnPr mCustomRoutesv6.setText(mProfile.mCustomRoutesv6); mExcludedRoutes.setText(mProfile.mExcludedRoutes); - mExcludedRoutes.setText(mProfile.mExcludedRoutesv6); + mExcludedRoutesv6.setText(mProfile.mExcludedRoutesv6); mRouteNoPull.setChecked(mProfile.mRoutenopull); mLocalVPNAccess.setChecked(mProfile.mAllowLocalLAN); -- cgit v1.2.3