aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_network_list_header.xml
diff options
context:
space:
mode:
authorpacien2017-11-07 20:38:57 +0100
committerpacien2017-11-07 20:38:57 +0100
commit807a1008cad5c9d100dd7038f3872553576c7be6 (patch)
tree328b5a22a79bd03b53cdd6aecfa62bd2503feabc /app/src/main/res/layout/fragment_network_list_header.xml
parent24dbee4690fd102d9b723765fba5799c5790b001 (diff)
downloadtincapp-807a1008cad5c9d100dd7038f3872553576c7be6.tar.gz
Handle unavailable "external" storage ;
Remove network list observer
Diffstat (limited to 'app/src/main/res/layout/fragment_network_list_header.xml')
-rw-r--r--app/src/main/res/layout/fragment_network_list_header.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_network_list_header.xml b/app/src/main/res/layout/fragment_network_list_header.xml
index 436cfc2..e323046 100644
--- a/app/src/main/res/layout/fragment_network_list_header.xml
+++ b/app/src/main/res/layout/fragment_network_list_header.xml
@@ -10,7 +10,6 @@
10 10
11 <TextView 11 <TextView
12 android:id="@+id/network_list_placeholder" 12 android:id="@+id/network_list_placeholder"
13 style="@style/AppTheme.ListBlock.Placeholder" 13 style="@style/AppTheme.ListBlock.Placeholder"/>
14 android:text="@string/message_no_network_configuration_found"/>
15 14
16</LinearLayout> 15</LinearLayout>