mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +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")
|
||||
@DefaultValue(R.bool.value_true)
|
||||
boolean getIsDbCypherToUpgrade();
|
||||
boolean isDbCypherToUpgrade();
|
||||
|
||||
@KeyByString("db_cypher_v4_upgrade")
|
||||
void setIsDbCypherToUpgrade(boolean value);
|
||||
void setDbCypherToUpgrade(boolean value);
|
||||
|
||||
@KeyByString("db_room_migrated")
|
||||
@DefaultValue(R.bool.value_false)
|
||||
|
Loading…
Reference in New Issue
Block a user