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

Commit f140121f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't set a task description for work lock overlay"

parents 8e8269fc f793d87b
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -91,10 +91,6 @@ public class WorkLockActivity extends Activity {
        // Draw captions overlaid on the content view, so the whole window is one solid color.
        setOverlayWithDecorCaptionEnabled(true);

        // Match task description to the task stack we are replacing so it's still recognizably the
        // original task stack with the same icon and title text.
        setTaskDescription(new TaskDescription(null, null, color));

        // Blank out the activity. When it is on-screen it will look like a Recents thumbnail with
        // redaction switched on.
        final View blankView = new View(this);
@@ -127,6 +123,11 @@ public class WorkLockActivity extends Activity {
        return;
    }

    @Override
    public void setTaskDescription(TaskDescription taskDescription) {
        // Use the previous activity's task description.
    }

    private final BroadcastReceiver mLockEventReceiver = new BroadcastReceiver() {
        @Override
        public void onReceive(Context context, Intent intent) {