Migrate presenters from rxjava to coroutines flow (#894)

This commit is contained in:
Mikołaj Pich
2020-07-19 13:30:29 +02:00
committed by GitHub
parent b0a674b471
commit 1ac42bb56d
138 changed files with 2351 additions and 1892 deletions

View File

@ -18,8 +18,7 @@
android:supportsRtl="false"
android:theme="@style/WulkanowyTheme"
android:usesCleartextTraffic="true"
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"
tools:replace="android:supportsRtl,android:allowBackup">
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute">
<activity
android:name=".ui.modules.splash.SplashActivity"
android:screenOrientation="portrait"