mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
b067096fc7
* Add additional drawer to filter and sort the library * Tint icon when there's a filter active * Comments and minor changes
10 lines
292 B
Kotlin
10 lines
292 B
Kotlin
package eu.kanade.tachiyomi
|
|
|
|
object Constants {
|
|
const val NOTIFICATION_LIBRARY_ID = 1
|
|
const val NOTIFICATION_UPDATER_ID = 2
|
|
const val NOTIFICATION_DOWNLOAD_CHAPTER_ID = 3
|
|
const val NOTIFICATION_DOWNLOAD_CHAPTER_ERROR_ID = 4
|
|
const val NOTIFICATION_DOWNLOAD_IMAGE_ID = 5
|
|
|
|
}
|