aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-03-11 21:23:29 -0400
committerGitHub <noreply@github.com>2018-03-11 21:23:29 -0400
commitee4f2eab359b83618d314ded2fa3d442c280bbfa (patch)
treeecd1e2bbbc6eb3728a7fc99394d06dfb4f008f57 /app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
parentfe51373f5a95323d64f6d966888a2c6c62a36deb (diff)
downloadfrost-ee4f2eab359b83618d314ded2fa3d442c280bbfa.tar.gz
frost-ee4f2eab359b83618d314ded2fa3d442c280bbfa.tar.bz2
frost-ee4f2eab359b83618d314ded2fa3d442c280bbfa.zip
Enhancement/auto refresh (#780)
* Add auto refresh * Update changelog * Clean url queries * Do not discard h
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.kt4
1 files changed, 3 insertions, 1 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 61ba4a09..0cb57ed5 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
@@ -13,4 +13,6 @@ const val REQUEST_RESTART = 1 shl 12
const val REQUEST_REFRESH = 1 shl 13
const val REQUEST_TEXT_ZOOM = 1 shl 14
const val REQUEST_NAV = 1 shl 15
-const val REQUEST_SEARCH = 1 shl 16 \ No newline at end of file
+const val REQUEST_SEARCH = 1 shl 16
+
+const val MAIN_TIMEOUT_DURATION = 30 * 60 * 1000 // 30 min \ No newline at end of file