Skip to content

Commit

Permalink
Fix #1578.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dallas62 committed Aug 4, 2020
1 parent 883d062 commit bd9aa19
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### Breaking changes

### Features

### Fixed


## [5.0.1] 2020-08-04

### Fixed

- (Android) Fix change that make gradle build fail.

## [5.0.0] 2020-08-03

### Breaking changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public class RNPushNotificationAttributes {
private final String group;
private final boolean groupSummary;
private final String messageId;
private final boolean userInteraction;
private final boolean playSound;
private final boolean vibrate;
private final double vibration;
Expand Down Expand Up @@ -333,7 +332,6 @@ public String toString() {
", group='" + group + '\'' +
", groupSummary='" + groupSummary + '\'' +
", messageId='" + messageId + '\'' +
", userInteraction=" + userInteraction +
", playSound=" + playSound +
", vibrate=" + vibrate +
", vibration=" + vibration +
Expand Down

0 comments on commit bd9aa19

Please sign in to comment.