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"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.TwentyCodes.android.LocationRinger"
|
package="com.TwentyCodes.android.LocationRinger"
|
||||||
android:installLocation="internalOnly"
|
android:installLocation="internalOnly"
|
||||||
android:versionCode="151"
|
android:versionCode="152"
|
||||||
android:versionName="d1b09be" >
|
android:versionName="d36c436" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="7"/>
|
<uses-sdk android:minSdkVersion="7"/>
|
||||||
|
|
||||||
|
|||||||
@@ -95,8 +95,8 @@ public class ListActivity extends Activity implements OnItemClickListener, OnCli
|
|||||||
mListView.post(new Runnable() {
|
mListView.post(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
progress.dismiss();
|
|
||||||
populate();
|
populate();
|
||||||
|
progress.dismiss();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user