Archived
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:
@@ -0,0 +1,8 @@
|
||||
package com.denizd.substitutionplan.data
|
||||
|
||||
internal enum class Caller {
|
||||
SUBSTITUTION,
|
||||
FOODMENU,
|
||||
JOBSERVICE,
|
||||
SETTINGS
|
||||
}
|
||||
Reference in New Issue
Block a user