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

Commit fa2e3ff3 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix crash in bug 4259574

Change-Id: I7fb3a4485ecfc2ac19eebdcfdcfe26e97a08e6b5
parent 42bc0e94
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);
        }
    }