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

Commit adb49c00 authored by Jon Boekenoogen's avatar Jon Boekenoogen Committed by Android (Google) Code Review
Browse files

Merge "Fix ClassCastException in 2nd phase resolution."

parents a62ac84b 2cd92e97
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -240,7 +240,7 @@ public abstract class InstantAppResolverService extends Service {
                args.arg4 = token;
                args.arg4 = token;
                args.arg5 = sanitizedIntent;
                args.arg5 = sanitizedIntent;
                mHandler.obtainMessage(ServiceHandler.MSG_GET_INSTANT_APP_INTENT_FILTER,
                mHandler.obtainMessage(ServiceHandler.MSG_GET_INSTANT_APP_INTENT_FILTER,
                        callback).sendToTarget();
                        args).sendToTarget();
            }
            }
        };
        };
    }
    }