Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 931a4106 authored by Brian Attwell's avatar Brian Attwell Committed by Android Git Automerger
Browse files

am 9ff4c57b: Catch transaction too large exception

* commit '9ff4c57b4043f7f13abe4fcfdbe0cb2328627bed':
  Catch transaction too large exception
parents 7e496879 3f420f95
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -682,6 +682,9 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
    <!-- Action that shares visible contacts -->
    <string name="share_visible_contacts">Share visible contacts</string>

    <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
    <string name="share_visible_contacts_failure">Failed to share visible contacts.</string>

    <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
    <string name="dialog_import_export">Import/export contacts</string>