summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/cyngn/theme/util/NotificationHelper.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/cyngn/theme/util/NotificationHelper.java b/src/com/cyngn/theme/util/NotificationHelper.java
index d6474be..3ae68d7 100644
--- a/src/com/cyngn/theme/util/NotificationHelper.java
+++ b/src/com/cyngn/theme/util/NotificationHelper.java
@@ -66,8 +66,6 @@ public class NotificationHelper {
.setContentText(content)
.setContentIntent(pi)
.setSmallIcon(R.drawable.ic_notify)
- .setLargeIcon(BitmapFactory.decodeResource(context.getResources(),
- R.mipmap.ic_app_themes))
.setWhen(System.currentTimeMillis())
.build();
if (themeCount > 1) notice.number = themeCount;