kopia lustrzana https://github.com/ryukoposting/Signal-Android
Catch exception triggered by bug in telephony provider during import.
rodzic
bac6b78b11
commit
34822557a6
|
@ -103,7 +103,9 @@ public class SmsMigrator {
|
||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
} catch (IllegalStateException iae) {
|
||||||
|
Log.w("SmsMigrator", iae);
|
||||||
|
return null;
|
||||||
} finally {
|
} finally {
|
||||||
if (cursor != null)
|
if (cursor != null)
|
||||||
cursor.close();
|
cursor.close();
|
||||||
|
|
Ładowanie…
Reference in New Issue