Skip to content

Commit 4240c9e

Browse files
committed
Removed an ACRA reporting when user swiths between accounts.| Close #163
1 parent 8bc3742 commit 4240c9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FlowCrypt/src/main/java/com/flowcrypt/email/api/email/sync/EmailSyncManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ public void run() {
380380
}
381381
} catch (InterruptedException e) {
382382
e.printStackTrace();
383-
ACRA.getErrorReporter().handleException(e);
384383
}
385384
}
386385

0 commit comments

Comments
 (0)