Move Glance Widget to seperate module (#8989)

Move Widget to seperate module

- Create a core module for presentation. Widget and App will share some resources and hopefully composables

(cherry picked from commit 12e41b6e6f3b5d95d19e1caa6c9fbe5eb6c9749c)
This commit is contained in:
Andreas
2023-01-26 23:53:24 +01:00
committed by Jobobby04
parent f2944c1fa3
commit d8a938374a
38 changed files with 154 additions and 35 deletions
+1 -1
View File
@@ -194,7 +194,7 @@
android:exported="false" />
<receiver
android:name=".glance.UpdatesGridGlanceReceiver"
android:name="tachiyomi.presentation.widget.UpdatesGridGlanceReceiver"
android:enabled="@bool/glance_appwidget_available"
android:exported="false"
android:label="@string/label_recent_updates">