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

Commit b066ade9 authored by Diego Vela's avatar Diego Vela Committed by Automerger Merge Worker
Browse files

Merge "Update SidecarProvider to pass Application Context." into sc-v2-dev am: 32038eab

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16065848

Change-Id: Ib4ab446d2ef9cf592650be6942690bcf8e6afad4
parents 812cedcf 32038eab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ public class SidecarProvider {
     * an OEM by overriding this method.
     */
    public static SidecarInterface getSidecarImpl(Context context) {
        return new SampleSidecarImpl(context);
        return new SampleSidecarImpl(context.getApplicationContext());
    }

    /**