Skip to content

Commit 4070d16

Browse files
committed
Removes excess contentview variable
1 parent 85fbe29 commit 4070d16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableNotification.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ public Notification build() {
4545
handler.post(new Runnable() {
4646
@Override
4747
public void run() {
48-
final RemoteViews contentView = notification.contentView;
4948
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.JELLY_BEAN) {
5049
final RemoteViews bigContentView = notification.bigContentView;
51-
5250
try {
5351
Class picassoClass = Class.forName(IterableConstants.PICASSO_CLASS);
5452
if (picassoClass != null) {

0 commit comments

Comments
 (0)