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

Commit 40a42eb3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "/platform/frameworks/base: Fixing setFrontOfTask Issue"

parents 7d0716d2 10b7da76
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -173,6 +173,9 @@ final class TaskRecord extends ThumbnailHolder {
                foundFront = true;
                foundFront = true;
            }
            }
        }
        }
        if(!foundFront) {
            mActivities.get(0).frontOfTask = true;
        }
    }
    }


    /**
    /**