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

Commit 4f1bf20b authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Fix typo.

Bug: 130427148
Test: just renaming a variable, still compiles
Change-Id: I6a3f6a8abebf0ccde53705e5b82fd11fa2f7bd51
parent 772c69bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8810,8 +8810,8 @@ public class Notification implements Parcelable
             * and the notification is no longer relevant.</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;
            }