chinwag-android/app
Ivan Kupalov ecb94beb3c
Fix settings default values for preferences (#1828)
At some point settings DSL was refactored to first add a preference and
then run the builder. We shouldn't add a preference to the hierarchy
without setting a key for the preference first because preference gets
it's default value in `onAttachedToHierarchy()` and if the key is not
set then no default value will be set either.

This commit changes the order to execute builder (and set the key)
first and and preference to the point later.
2020-06-14 19:58:05 +02:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase Add support for muting conversations (#1732) 2020-03-24 21:06:04 +01:00
src Fix settings default values for preferences (#1828) 2020-06-14 19:58:05 +02:00
.gitignore Adds a forgotten keystore. 2017-06-02 04:47:22 -04:00
build.gradle downgrade dagger to get rid of READ_PHONE_STATE permission 2020-06-04 23:07:06 +02:00
proguard-rules.pro cleanup proguard rules (#1819) 2020-06-04 20:17:07 +02:00