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

Commit ba01cd11 authored by Julia Tuttle's avatar Julia Tuttle Committed by android-build-merger
Browse files

Merge "Fix typo." into qt-dev

am: 2d976f9b

Change-Id: Ia9a534658e099b7bec121ce1f61c18b5650a4f00
parents fde28fcd 2d976f9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8832,8 +8832,8 @@ public class Notification implements Parcelable
             * <p>Setting this flag is optional; it defaults to false.</p>
             */
            @NonNull
            public BubbleMetadata.Builder setSuppressNotification(boolean shouldSupressNotif) {
                setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSupressNotif);
            public BubbleMetadata.Builder setSuppressNotification(boolean shouldSuppressNotif) {
                setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSuppressNotif);
                return this;
            }