Skip to content

Commit

Permalink
Merge pull request #850 from SergChr/fixes-#2
Browse files Browse the repository at this point in the history
Remove icon from addAction
  • Loading branch information
Libin Lu authored Mar 16, 2018
2 parents 76dc354 + 0cd6b5c commit 1b98411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ protected Void doInBackground(Void... params) {
PendingIntent pendingActionIntent = PendingIntent.getActivity(mContext, notificationID, actionIntent,
PendingIntent.FLAG_UPDATE_CURRENT);

notification.addAction(1, actionTitle, pendingActionIntent);
notification.addAction(0, actionTitle, pendingActionIntent);
}
}

Expand Down

0 comments on commit 1b98411

Please sign in to comment.