phase 1: harden WebView refresh and connection recovery

This commit is contained in:
2026-03-03 08:00:31 -06:00
parent 9f1c2168a8
commit a350aa3982
3 changed files with 208 additions and 18 deletions
+9 -3
View File
@@ -18,10 +18,16 @@
app:menu="@menu/main_menu" />
</com.google.android.material.appbar.AppBarLayout>
<WebView
android:id="@+id/web"
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipeRefresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<WebView
android:id="@+id/web"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>