icerockdev / moko-widgets

Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
384 stars 31 forks source link

2 apps icons in device launcher. #271

Closed Diy2210 closed 4 years ago

Diy2210 commented 4 years ago

Why are two application icons showing in the device launcher? But there is one thing in the entire list of installed applications. Shows on emulator and real device.

Снимок экрана 2020-07-28 в 12 33 32 Снимок экрана 2020-07-28 в 12 34 22

Diy2210 commented 4 years ago

I found, in AndroidManifest I add second param from Activity android.intent.category.LAUNCHER, my mistake!

Снимок экрана 2020-07-29 в 15 34 21

Снимок экрана 2020-07-29 в 15 36 42