Commit 0cd6b5c8 authored by SergChr's avatar SergChr

Remove the icon

parent ea1413e7
......@@ -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