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

Commit 4c249ff7 authored by Annie Chin's avatar Annie Chin
Browse files

Set mContext scope to protected.

Bug: 29582254
Change-Id: I5c9861373b712a4bd9e5f1fba1e638d1ff6be170
parent 3372c90c
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;