Fix the interface automatically slides up problem on Android versions lower than 10 in activity_app_errors_detail

This commit is contained in:
2023-01-16 22:21:21 +08:00
parent a15b5b008d
commit eeaf386635

View File

@@ -6,6 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorThemeBackground"
android:descendantFocusability="blocksDescendants"
android:orientation="vertical"
tools:context=".ui.activity.errors.AppErrorsDetailActivity"
tools:ignore="ContentDescription,UseCompoundDrawables,SmallSp,UnusedAttribute">