Add small fix

This commit is contained in:
Alexander Sytnyk 2017-07-03 17:14:03 +03:00
parent a9f27dcd2c
commit 9d9bef21d9

View file

@ -111,7 +111,7 @@ public abstract class AbstractPrologCommandPlayer implements CommandPlayer, Stat
NotificationCompat.Builder notificationBuilder =
new NotificationCompat.Builder(ctx)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setSmallIcon(R.drawable.icon)
.setSmallIcon(R.mipmap.icon)
.setContentTitle(ctx.getString(R.string.app_name))
.setContentText(message)
.setGroup(WEAR_ALERT);