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

Commit 592cb584 authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

Merge "Fix crash in bug 4259574"

parents 52b95266 fa2e3ff3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -783,6 +783,8 @@ public class RemoteViewsAdapter extends BaseAdapter implements Handler.Callback
            }
        } catch(RemoteException e) {
            processException("updateMetaData", e);
        } catch(RuntimeException e) {
            processException("updateMetaData", e);
        }
    }