mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01: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
@ -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 New Issue
Block a user