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

Commit e4747b39 authored by Annie Chin's avatar Annie Chin Committed by android-build-merger
Browse files

Merge \"Set mContext scope to protected.\" into nyc-mr1-dev

am: 8709d0fc

Change-Id: I23720c8a6f577da910a45bbbc4373f1ad9256ce8
parents 7628ae28 8709d0fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public class AssistManager {
    private static final long TIMEOUT_SERVICE = 2500;
    private static final long TIMEOUT_ACTIVITY = 1000;

    private final Context mContext;
    protected final Context mContext;
    private final WindowManager mWindowManager;
    private final AssistDisclosure mAssistDisclosure;