Use viewmodels with LiveData.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-12-24 12:12:19 +01:00
parent 5e0c80be17
commit 0e31908c7a
15 changed files with 555 additions and 407 deletions

View File

@@ -11,6 +11,11 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<service
android:name=".Tichu"
android:enabled="true"
android:exported="true"></service>
<activity
android:name=".MainActivity"
android:exported="true"
@@ -22,6 +27,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service
android:name="androidx.appcompat.app.AppLocalesMetadataHolderService"
android:enabled="false"