Changed the order of refreshing the listview and dismissing the progress
dialog closes #144
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.TwentyCodes.android.LocationRinger"
|
||||
android:installLocation="internalOnly"
|
||||
android:versionCode="151"
|
||||
android:versionName="d1b09be" >
|
||||
android:versionCode="152"
|
||||
android:versionName="d36c436" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="7"/>
|
||||
|
||||
|
||||
@@ -95,8 +95,8 @@ public class ListActivity extends Activity implements OnItemClickListener, OnCli
|
||||
mListView.post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
progress.dismiss();
|
||||
populate();
|
||||
progress.dismiss();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user