1
0
mirror of https://github.com/moparisthebest/Conversations synced 2025-03-06 03:29:40 -05:00

removed old notification icon

This commit is contained in:
iNPUTmice 2014-06-30 21:07:24 +02:00
parent c86f96e856
commit fcc5b3674c
4 changed files with 1 additions and 1 deletions
res
drawable-hdpi
drawable-xhdpi
drawable-xxhdpi
src/eu/siacs/conversations/utils

Binary file not shown.

Before

(image error) Size: 932 B

Binary file not shown.

Before

(image error) Size: 1.5 KiB

Binary file not shown.

Before

(image error) Size: 1.9 KiB

@ -290,7 +290,7 @@ public class UIHelper {
}
mBuilder.setOngoing(true);
mBuilder.setLights(0xffffffff, 2000, 4000);
mBuilder.setSmallIcon(R.drawable.notification);
mBuilder.setSmallIcon(R.drawable.ic_notification);
TaskStackBuilder stackBuilder = TaskStackBuilder.create(context);
stackBuilder.addParentStack(ConversationActivity.class);