Loading libs/WindowManager/Jetpack/src/androidx/window/sidecar/SidecarProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -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()); } /** Loading Loading
libs/WindowManager/Jetpack/src/androidx/window/sidecar/SidecarProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -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()); } /** Loading