Started converting the app to a true MVVM architecture; fixed 7 month old bug that would cause substitution items to not be shown on the personal plan if they contained a question mark (e.g. 'INF7?inf999')

This commit is contained in:
Deniz Düzgören
2019-10-23 21:15:12 +02:00
parent 1a4b8ce142
commit 10033d999f
24 changed files with 658 additions and 626 deletions
@@ -0,0 +1,8 @@
package com.denizd.substitutionplan.data
internal enum class Caller {
SUBSTITUTION,
FOODMENU,
JOBSERVICE,
SETTINGS
}