Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit bd9aa19

Browse files
committed
Fix #1578.
1 parent 883d062 commit bd9aa19

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

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

7+
## Unreleased
8+
9+
### Breaking changes
10+
11+
### Features
12+
13+
### Fixed
14+
15+
16+
## [5.0.1] 2020-08-04
17+
18+
### Fixed
19+
20+
- (Android) Fix change that make gradle build fail.
21+
722
## [5.0.0] 2020-08-03
823

924
### Breaking changes

android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationAttributes.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public class RNPushNotificationAttributes {
7272
private final String group;
7373
private final boolean groupSummary;
7474
private final String messageId;
75-
private final boolean userInteraction;
7675
private final boolean playSound;
7776
private final boolean vibrate;
7877
private final double vibration;
@@ -333,7 +332,6 @@ public String toString() {
333332
", group='" + group + '\'' +
334333
", groupSummary='" + groupSummary + '\'' +
335334
", messageId='" + messageId + '\'' +
336-
", userInteraction=" + userInteraction +
337335
", playSound=" + playSound +
338336
", vibrate=" + vibrate +
339337
", vibration=" + vibration +

0 commit comments

Comments
 (0)