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

Commit 6e2e2c1d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix phone process crash due to stale data processing."

parents d6ca792e 14009be9
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -230,7 +230,9 @@ class CommandParamsFactory extends Handler {
    public void handleMessage(Message msg) {
    public void handleMessage(Message msg) {
        switch (msg.what) {
        switch (msg.what) {
        case MSG_ID_LOAD_ICON_DONE:
        case MSG_ID_LOAD_ICON_DONE:
            if (mIconLoader != null) {
                sendCmdParams(setIcons(msg.obj));
                sendCmdParams(setIcons(msg.obj));
            }
            break;
            break;
        }
        }
    }
    }