Archived
Added drop down menu in the settings to switch between app-specific and website original sorting procedures
This commit is contained in:
@@ -14,7 +14,8 @@ internal data class Substitution(
|
||||
val teacher: String,
|
||||
val type: String,
|
||||
val priority: Int,
|
||||
val date_priority: Int
|
||||
val date_priority: Int,
|
||||
val website_priority: Int
|
||||
) {
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
|
||||
Reference in New Issue
Block a user