Archived
Added further documentation, fixed slight spacing issue on course_card.xml when icon is set to R.drawable.ic_empty
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package com.denizd.substitutionplan.data
|
||||
|
||||
/**
|
||||
* Enum class for declaring Firebase Cloud Messaging topics without using the raw strings
|
||||
* throughout the project
|
||||
*/
|
||||
internal enum class Topic(val tag: String) {
|
||||
ANDROID("substitutions-android"),
|
||||
BROADCAST("substitutions-broadcast"),
|
||||
|
||||
Reference in New Issue
Block a user