Remove useless string

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2019-10-28 13:07:23 +01:00
parent f78dabbaa3
commit 4f87607aa7
2 changed files with 1 additions and 2 deletions

View File

@ -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);
}

View File

@ -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 -->