Skip to content
Snippets Groups Projects
Verified Commit 9f8c47f3 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix settings migration

parent 930b54d5
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -109,7 +109,7 @@ class Quasseldroid : DaggerApplication() {
edit.putBoolean(getString(R.string.preference_show_seconds_key),
timestamp.contains("ss"))
edit.putBoolean(getString(R.string.preference_show_seconds_key),
timestamp.contains("hh") || timestamp.contains("a"))
!timestamp.contains("hh") && !timestamp.contains("a"))
}
edit.remove("timestamp")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment