mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Changed update notification icon
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user