From 12fa5ff17ff3d8082db674879256dd3f06b51700 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Sat, 24 Feb 2024 10:03:53 -0500 Subject: [PATCH] Wrap the error view in a normal SwipeRefreshLayout so an error view can be scrolled up if necessary --- turbo/src/main/res/layout/turbo_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo/src/main/res/layout/turbo_view.xml b/turbo/src/main/res/layout/turbo_view.xml index 8aa6eaf8..f972aef6 100644 --- a/turbo/src/main/res/layout/turbo_view.xml +++ b/turbo/src/main/res/layout/turbo_view.xml @@ -37,7 +37,7 @@ android:visibility="gone" tools:ignore="ContentDescription" /> - - +