Merge "Fix typo." into qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-13 19:31:34 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}