mirror of
				https://github.com/oxen-io/session-android.git
				synced 2025-11-03 16:26:26 +00:00 
			
		
		
		
	Catch exception triggered by bug in telephony provider during import.
This commit is contained in:
		@@ -103,7 +103,9 @@ public class SmsMigrator {
 | 
			
		||||
      } else {
 | 
			
		||||
        return null;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
    } catch (IllegalStateException iae) {
 | 
			
		||||
      Log.w("SmsMigrator", iae);
 | 
			
		||||
      return null;
 | 
			
		||||
    } finally {
 | 
			
		||||
      if (cursor != null)
 | 
			
		||||
        cursor.close();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user