Move all error-related classes into error package

This commit is contained in:
Stypox 2020-12-09 12:42:01 +01:00
parent 8518933ca8
commit 553b80164b
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
46 changed files with 111 additions and 104 deletions

View file

@ -85,7 +85,7 @@
android:name=".ExitActivity"
android:label="@string/general_error"
android:theme="@android:style/Theme.NoDisplay" />
<activity android:name=".report.ErrorActivity" />
<activity android:name=".error.ErrorActivity" />
<!-- giga get related -->
<activity
@ -106,7 +106,7 @@
</activity>
<activity
android:name=".ReCaptchaActivity"
android:name=".error.ReCaptchaActivity"
android:label="@string/recaptcha" />
<provider