mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
Remove useless string
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
f78dabbaa3
commit
4f87607aa7
@ -43,7 +43,7 @@ public class DatabaseModule {
|
||||
@Singleton
|
||||
public SqlCipherDatabaseSource provideSqlCipherDatabaseSource(@NonNull final Context context) {
|
||||
return new SqlCipherDatabaseSource(context, Models.DEFAULT,
|
||||
context.getResources().getString(R.string.nc_legacy_database_name).toLowerCase()
|
||||
context.getResources().getString(R.string.nc_app_name).toLowerCase()
|
||||
.replace(" ", "_").trim() + ".sqlite",
|
||||
context.getString(R.string.nc_talk_database_encryption_key), 6);
|
||||
}
|
||||
|
@ -23,7 +23,6 @@
|
||||
<!-- Set before a release -->
|
||||
<string name="nc_talk_database_encryption_key" translatable="false">HvAfHtAy/QdFYqAWFFXa1VV_Iv6ZQ1.tf5swMc^45wS_vz=Wm[oyRP5D-</string>
|
||||
<string name="nc_talk_login_scheme" translatable="false">nc</string>
|
||||
<string name="nc_legacy_database_name">Nextcloud Talk</string>
|
||||
<bool name="nc_is_debug">false</bool>
|
||||
|
||||
<!-- App label shown on the home screen -->
|
||||
|
Loading…
Reference in New Issue
Block a user