From c6fd2099bd2a62557a5f155712bd28748cb85278 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 20 Jun 2014 21:47:21 -0700 Subject: Fix infinite load in some cases --- res/layout/tab_progress.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/tab_progress.xml b/res/layout/tab_progress.xml index a46dc34b..3ce61a33 100644 --- a/res/layout/tab_progress.xml +++ b/res/layout/tab_progress.xml @@ -3,7 +3,8 @@ android:id="@+id/tab_progress" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:clickable="true"> + android:clickable="true" + android:visibility="gone">