kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix crash when creating backup.
rodzic
8676cb27ae
commit
e559198495
|
@ -406,6 +406,8 @@ public class FullBackupExporter extends FullBackupBase {
|
||||||
StringBuilder statement = new StringBuilder(template);
|
StringBuilder statement = new StringBuilder(template);
|
||||||
SqlStatement.Builder statementBuilder = new SqlStatement.Builder();
|
SqlStatement.Builder statementBuilder = new SqlStatement.Builder();
|
||||||
|
|
||||||
|
statementBuilder.parameters = new ArrayList<>();
|
||||||
|
|
||||||
statement.append('(');
|
statement.append('(');
|
||||||
|
|
||||||
for (int i = 0; i < cursor.getColumnCount(); i++) {
|
for (int i = 0; i < cursor.getColumnCount(); i++) {
|
||||||
|
|
Ładowanie…
Reference in New Issue