summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-28 13:34:00 +0400
committerAndrew Dolgov <[email protected]>2013-05-28 13:34:00 +0400
commit28cda6ae325ce4e5dc88f129a4ae633fcffd7622 (patch)
treeb7e5409e1bf1b7ceaab86e031d2cfbe9ca6eb329 /src
parentedf345d21e9ddb3a69b6cc61513590b04771cfb2 (diff)
reinstate loading_container but hide it by default
Diffstat (limited to 'src')
-rw-r--r--src/org/fox/ttrss/CommonActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/fox/ttrss/CommonActivity.java b/src/org/fox/ttrss/CommonActivity.java
index 9c55ae7f..78d1937c 100644
--- a/src/org/fox/ttrss/CommonActivity.java
+++ b/src/org/fox/ttrss/CommonActivity.java
@@ -56,7 +56,7 @@ public class CommonActivity extends SherlockFragmentActivity {
tv.setText(status);
}
- //findViewById(R.id.loading_container).setVisibility(status == R.string.blank ? View.GONE : View.VISIBLE);
+ findViewById(R.id.loading_container).setVisibility(status == R.string.blank ? View.GONE : View.VISIBLE);
setProgressBarIndeterminateVisibility(showProgress);
}