Merge **.ui.App** to **.ui.errors.App**

This commit is contained in:
2022-05-14 14:44:46 +08:00
parent 24e622d778
commit 9607eaba73
7 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:background="@color/colorThemeBackground"
android:orientation="vertical"
tools:context=".ui.activity.AppErrorsRecordActivity"
tools:context=".ui.activity.errors.AppErrorsRecordActivity"
tools:ignore="ContentDescription,UseCompoundDrawables">
<LinearLayout