pull/600/head
Emily Kager 5 years ago committed by Emily Kager
parent 7bb92003ea
commit e2e6c30da7

@ -71,6 +71,8 @@ class SettingsFragment : PreferenceFragmentCompat(), CoroutineScope, AccountObse
}
} catch (e: IllegalArgumentException) {
// The event is not tracked
} catch (e: ClassCastException) {
// The setting is not a boolean, not tracked
}
}
}

Loading…
Cancel
Save