checkout progress dialog bug fix 2
authordrizea <danielrizea27@gmail.com>
Sun, 24 Jun 2012 21:56:28 +0000 (00:56 +0300)
committerdrizea <danielrizea27@gmail.com>
Sun, 24 Jun 2012 21:56:28 +0000 (00:56 +0300)
Open-ILS/src/Android/src/org/evergreen/android/accountAccess/ItemsCheckOutListView.java

index 1c2e397..f14095a 100644 (file)
@@ -146,6 +146,7 @@ public class ItemsCheckOutListView extends Activity{
                                                                                        public void run() {
                                                                                                progressDialog = new ProgressDialog(context);
                                                                                                progressDialog.setMessage("Renew item please wait.");
+                                                                                               progressDialog.show();
                                                                                        }
                                                                                });