Skip to content

Commit

Permalink
refactor(ic_cancel_transparent_2dp): rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Feb 25, 2018
1 parent 322ea2c commit 7ab4a99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ void onDownloading(int progress) {
}
if (!mAddedCancelAction) {
mAddedCancelAction = true;
mAction = new NotificationCompat.Action(R.drawable.ic_cancel_black_24dp,
mAction = new NotificationCompat.Action(R.drawable.ic_cancel_transparent_2dp,
mContext.getString(android.R.string.cancel),
buildCancelContent(mContext, mNotificationId, mUrl));
mBuilder.addAction(mAction);
Expand Down

0 comments on commit 7ab4a99

Please sign in to comment.