Commit 1b98411f authored by Libin Lu's avatar Libin Lu Committed by GitHub

Merge pull request #850 from SergChr/fixes-#2

Remove icon from addAction
parents 76dc3549 0cd6b5c8
......@@ -232,7 +232,7 @@ public class SendNotificationTask extends AsyncTask<Void, Void, Void> {
PendingIntent pendingActionIntent = PendingIntent.getActivity(mContext, notificationID, actionIntent,
PendingIntent.FLAG_UPDATE_CURRENT);
notification.addAction(1, actionTitle, pendingActionIntent);
notification.addAction(0, actionTitle, pendingActionIntent);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment