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

Commit 2d976f9b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo." into qt-dev

parents 99a61d3b 4f1bf20b
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;
            }