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

Commit 995d8561 authored by Romain Guy's avatar Romain Guy
Browse files

Do not crash appwdiget host when a pending intent send fails.

Change-Id: Id29ec50dcb4d51589b9732ace6d505fcea9cc787
parent 279ba943
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ public class RemoteViews implements Parcelable, Filter {
                                    Intent.FLAG_ACTIVITY_NEW_TASK,
                                    Intent.FLAG_ACTIVITY_NEW_TASK, 0);
                        } catch (IntentSender.SendIntentException e) {
                            throw new ActionException(e.toString());
                            android.util.Log.e(LOG_TAG, "Cannot send pending intent: ", e);
                        }
                    }
                };