aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-08-15 22:13:37 -0700
committerGitHub <noreply@github.com>2019-08-15 22:13:37 -0700
commit3cc5ca08fde58688810a53e83c1e866980c49ada (patch)
tree56444cfe379a491e14db26608dd7c4572aedad55 /app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
parentd500d1dd6e05c6128dcb15fe8e15acb2aaf979cd (diff)
parent39d07d946b753f197d200fa07792670e37435a95 (diff)
downloadfrost-3cc5ca08fde58688810a53e83c1e866980c49ada.tar.gz
frost-3cc5ca08fde58688810a53e83c1e866980c49ada.tar.bz2
frost-3cc5ca08fde58688810a53e83c1e866980c49ada.zip
Merge pull request #1505 from AllanWang/native-toggle
Native toggle
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
index daca9676..5f65bba1 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
@@ -32,5 +32,6 @@ const val REQUEST_TEXT_ZOOM = 1 shl 8
const val REQUEST_NAV = 1 shl 9
const val REQUEST_SEARCH = 1 shl 10
const val REQUEST_FAB = 1 shl 11
+const val REQUEST_NOTIFICATION = 1 shl 12
const val MAIN_TIMEOUT_DURATION = 30 * 60 * 1000 // 30 min