Skip to content

Commit

Permalink
Fixed #91 : Tapping on "PAD data captured" notification dismisses it
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraud committed Feb 22, 2016
1 parent aa5aef3 commit c4fbaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public void displayNotification(final String notificationMessage) {
public void displayNotification(final String notificationMessage, int increment) {
final NotificationCompat.Builder builder = prepareNotification();
builder.setContentText(notificationMessage);
builder.setAutoCancel(true);
showNotification(builder, increment);
}

Expand Down
1 change: 1 addition & 0 deletions PADListenerApp/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
version="" versioncode="">
<change>Fixed #81 : Fixed friends broken by the new Best Friend flag (thanks QuasiTD !)</change>
<change>Fixed #90 : repaired Manual capture for M (thanks olifozzy !)</change>
<change>Fixed #91 : Tapping on "PAD data captured" notification dismisses it</change>
</release>
<release
version="2.1.8" versioncode="56">
Expand Down

0 comments on commit c4fbaa2

Please sign in to comment.