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

Commit 48fca5cf authored by Aaron Labiaga's avatar Aaron Labiaga
Browse files

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

Change-Id: I55b373e5f5573a5bf791bf078d12fde7f08a1121
parent c2ae2b12
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;
        }