mirror of
https://github.com/bitwarden/mobile
synced 2026-02-28 10:23:40 +00:00
generator tile and icon size adjustments
This commit is contained in:
@@ -231,7 +231,7 @@ namespace Bit.Droid.Accessibility
|
||||
AppResources.BitwardenAutofillServiceNotificationContentOld;
|
||||
|
||||
var builder = new Notification.Builder(this);
|
||||
builder.SetSmallIcon(Resource.Drawable.notification_sm)
|
||||
builder.SetSmallIcon(Resource.Drawable.shield)
|
||||
.SetContentTitle(AppResources.BitwardenAutofillService)
|
||||
.SetContentText(notificationContent)
|
||||
.SetTicker(notificationContent)
|
||||
|
||||
Reference in New Issue
Block a user