Plan and personal plan now use the same Kotlin class, food fragment doesnt work properly (yet)

This commit is contained in:
Deniz Düzgören
2019-05-26 11:35:36 +02:00
parent 0c043683f9
commit 9f22717e63
11 changed files with 242 additions and 51 deletions
+3
View File
@@ -48,6 +48,9 @@
<service
android:name=".ScheduledJobService"
android:permission="android.permission.BIND_JOB_SERVICE" />
<service
android:name=".NotificationService"
android:permission="android.permission.BIND_JOB_SERVICE" />
</application>
</manifest>