rafaelcb21
rafaelcb21

Reputation: 13304

Change Flutter icon that shows when Overview button pressed in Android

I performed the Flutter Launcher Icons procedure and it worked perfectly, all application icons have changed, after the images in the folders below have been changed by my icon:

mipmap-hdpi

mipmap-mdpi

mipmap-xhdpi

mipmap-xxhdpi

mipmap-xxxhdpi

However, there is 1 icon that is not being changed and I do not know how to change.

Below this image which remains of the flutter icon.

Icon Flutter: Flutter Demo

This icon should have changed since all the others were also

enter image description here

Could you tell me how you could handle this?

Upvotes: 3

Views: 2432

Answers (1)

Hemanth Raj
Hemanth Raj

Reputation: 34769

This often happens as you OS caches few image assets. So, it's not flutter issue. What you can do is try rebooting, or completely uninstall and reinstall. That's how I fixed the issue. This frequently occurs with Redmi devices.

Upvotes: 14

Related Questions