mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 00:37:47 +00:00
Merge pull request #1862 from mcginty/db-localization-ignore
disable localized collators in ApnDB
This commit is contained in:
commit
da7bbf4144
@ -87,7 +87,8 @@ public class ApnDatabase {
|
||||
new FileOutputStream(dbFile));
|
||||
|
||||
this.db = SQLiteDatabase.openDatabase(context.getDatabasePath(DATABASE_NAME).getPath(),
|
||||
null, SQLiteDatabase.OPEN_READONLY);
|
||||
null,
|
||||
SQLiteDatabase.OPEN_READONLY | SQLiteDatabase.NO_LOCALIZED_COLLATORS);
|
||||
}
|
||||
|
||||
public MmsCommunication.MmsConnectionParameters getMmsConnectionParameters(final String mccmnc,
|
||||
|
Loading…
x
Reference in New Issue
Block a user