]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/TransactionListActivity.java
leave progress bar there, just hidden
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / TransactionListActivity.java
index 9a4ef74eade66afa671cbb9ab5f7104b3a80b60d..b1dd3756f1a4c79a2063656ab38c1fdf1f3975e9 100644 (file)
@@ -138,7 +138,7 @@ public class TransactionListActivity extends AppCompatActivity {
     }
 
     public void onRetrieveDone(boolean success) {
-        progressBar.setVisibility(View.GONE);
+        progressBar.setVisibility(View.INVISIBLE);
         swiper.setRefreshing(false);
         updateLastUpdateText();
         if (success) {