Skip to content

Commit

Permalink
Prolong survey time
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Sep 7, 2024
1 parent 4c40f2c commit 15b16e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class OrionHelpActivity : OrionBaseActivity() {
}
}

if (Date().before(Date(2024 - 1900, 8, 10))) {
if (Date().before(Date(2024 - 1900, 10, 10))) {
val survey = view.findViewById<TextView>(R.id.survey)
val key = resources.getString(R.string.survey_key)
val fullPath = "https://docs.google.com/forms/d/e/$key/viewform?usp=sf_link"
Expand Down

0 comments on commit 15b16e2

Please sign in to comment.