Replace CloudFlareDialog with activity

This commit is contained in:
Koitharu
2023-06-05 10:45:23 +03:00
parent c2ee548f0a
commit 6dc460bc20
9 changed files with 203 additions and 174 deletions

View File

@@ -102,6 +102,10 @@
android:name="org.koitharu.kotatsu.browser.BrowserActivity"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
android:windowSoftInputMode="adjustResize" />
<activity
android:name="org.koitharu.kotatsu.browser.cloudflare.CloudFlareActivity"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
android:windowSoftInputMode="adjustResize" />
<activity
android:name="org.koitharu.kotatsu.settings.sources.auth.SourceAuthActivity"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"