Changed update notification icon

This commit is contained in:
M66B
2019-07-09 13:17:28 +02:00
parent b880bfef96
commit 32515e01df
2 changed files with 1 additions and 11 deletions

View File

@@ -715,7 +715,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
NotificationCompat.Builder builder =
new NotificationCompat.Builder(ActivityView.this, "update")
.setSmallIcon(R.drawable.baseline_system_update_24)
.setSmallIcon(R.drawable.baseline_get_app_24)
.setContentTitle(getString(R.string.title_updated, info.tag_name))
.setAutoCancel(true)
.setShowWhen(false)