Skip to content

Commit

Permalink
1.6.1 UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Feb 16, 2012
1 parent 320da66 commit b53e1aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.proxydroid"
android:versionCode="46"
android:versionName="2.6.0" >
android:versionCode="47"
android:versionName="2.6.1" >

<uses-sdk
android:minSdkVersion="7"
Expand Down
8 changes: 4 additions & 4 deletions src/org/proxydroid/ProxyDroid.java
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ public void onCreate(Bundle savedInstanceState) {
registerReceiver(ssidReceiver, new IntentFilter(
android.net.ConnectivityManager.CONNECTIVITY_ACTION));

loadProfileList();

loadNetworkList();

new Thread() {
@Override
public void run() {
Expand All @@ -327,10 +331,6 @@ public void run() {
// Nothing
}

loadProfileList();

loadNetworkList();

if (!Utils.isRoot()) {
handler.sendEmptyMessage(MSG_NO_ROOT);
}
Expand Down

0 comments on commit b53e1aa

Please sign in to comment.