remove auto lock off and optimize session keepalive for mib

This commit is contained in:
2026-05-21 22:31:58 +05:00
parent 2d705457f8
commit 50150b826f
17 changed files with 223 additions and 102 deletions
@@ -7,11 +7,16 @@
android:orientation="vertical"
android:background="?attr/colorSurface">
<androidx.core.widget.NestedScrollView
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipeRefresh"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -172,6 +177,8 @@
</androidx.core.widget.NestedScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
<!-- Quick actions fixed at bottom -->
<LinearLayout
android:id="@+id/buttonBar"