From 90dae086e4861fb13c0e57258c0bbcbc3053c19f Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Sat, 5 Jan 2019 15:42:09 +0400 Subject: [PATCH] Fixed a bug (activation of SwipeRefreshLayout) when scrolling up. --- app/src/main/res/layout/content_main.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml index 86b2141..88dce18 100644 --- a/app/src/main/res/layout/content_main.xml +++ b/app/src/main/res/layout/content_main.xml @@ -10,12 +10,12 @@ android:orientation="horizontal" android:id="@+id/swipeRefreshLayout"> - - + \ No newline at end of file