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

Commit 9751e0e1 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: I2c1a8959defd414bedc9a790f8374f2f6c3bdeb7
parents 285302cc 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;
            }