mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-28 09:38:14 +03:00
rename to isDbRoomMigrated and setDbRoomMigrated for proper kotlin interoperability
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
afbec06ad3
commit
359104d6ba
1 changed files with 2 additions and 2 deletions
|
@ -284,10 +284,10 @@ public interface AppPreferences {
|
||||||
|
|
||||||
@KeyByString("db_cypher_v4_upgrade")
|
@KeyByString("db_cypher_v4_upgrade")
|
||||||
@DefaultValue(R.bool.value_true)
|
@DefaultValue(R.bool.value_true)
|
||||||
boolean getIsDbCypherToUpgrade();
|
boolean isDbCypherToUpgrade();
|
||||||
|
|
||||||
@KeyByString("db_cypher_v4_upgrade")
|
@KeyByString("db_cypher_v4_upgrade")
|
||||||
void setIsDbCypherToUpgrade(boolean value);
|
void setDbCypherToUpgrade(boolean value);
|
||||||
|
|
||||||
@KeyByString("db_room_migrated")
|
@KeyByString("db_room_migrated")
|
||||||
@DefaultValue(R.bool.value_false)
|
@DefaultValue(R.bool.value_false)
|
||||||
|
|
Loading…
Reference in a new issue