aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-10 18:52:35 -0800
committerGitHub <noreply@github.com>2021-01-10 18:52:35 -0800
commit8a644cabfe32c3bea0fd5fcb557daf8e23efee32 (patch)
treee6f64ecacc58963fddfc414db0210fedd2a37ec7 /app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt
parent5b301abbaa52a6a82181546e0b86ed36b50189cc (diff)
parentb149a52959fae13717de8c097769311688808bdd (diff)
downloadfrost-8a644cabfe32c3bea0fd5fcb557daf8e23efee32.tar.gz
frost-8a644cabfe32c3bea0fd5fcb557daf8e23efee32.tar.bz2
frost-8a644cabfe32c3bea0fd5fcb557daf8e23efee32.zip
Merge pull request #1740 from AllanWang/remove-bugsnag
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt b/app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt
index 45a3e5c0..551b3ff1 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/settings/Behaviour.kt
@@ -87,8 +87,4 @@ fun SettingsActivity.getBehaviourPrefs(): KPrefAdapterBuilder.() -> Unit = {
checkbox(R.string.exit_confirmation, prefs::exitConfirmation, { prefs.exitConfirmation = it }) {
descRes = R.string.exit_confirmation_desc
}
-
- checkbox(R.string.analytics, prefs::analytics, { prefs.analytics = it }) {
- descRes = R.string.analytics_desc
- }
}