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

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

Merge "Make user-initiated jobs user-visible."

parents 2c13cbba 7e7d89b1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1371,9 +1371,7 @@ public final class JobStatus {
     * @return true if this is a job whose execution should be made visible to the user.
     */
    public boolean isUserVisibleJob() {
        // TODO(255767350): limit to user-initiated jobs
        // Placeholder implementation until we have the code in
        return shouldTreatAsExpeditedJob();
        return shouldTreatAsUserInitiated();
    }

    /**