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

Commit 0596e00f authored by Aaron Labiaga's avatar Aaron Labiaga Committed by Android (Google) Code Review
Browse files

Merge "Fix typo. This has been bothering me a lot :)"

parents 56e7af06 48fca5cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1319,8 +1319,8 @@ public final class ShortcutInfo implements Parcelable {
         * system services even after it has been unpublished as a dynamic shortcut.
         */
        @NonNull
        public Builder setLongLived(boolean londLived) {
            mIsLongLived = londLived;
        public Builder setLongLived(boolean longLived) {
            mIsLongLived = longLived;
            return this;
        }