Add small fix
This commit is contained in:
parent
a9f27dcd2c
commit
9d9bef21d9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue