DroidWorksStudio / mLauncher

Minimal Launcher app for Android. Customized olauncher as I just started learning kotlin .
GNU General Public License v3.0
253 stars 26 forks source link

[Bug Report] Personal apps are now duplicated and work profile apps are separate #443

Closed massimoGG closed 4 months ago

massimoGG commented 4 months ago

Checklist

App version

1.4.6

Android version

13

How did you download the software?

F-Droid

Bug description

Apps are sorted by first letter and profile. For example: I have an authenticator app in my personal profile and work profile. First I see all personal apps, then the personal apps are duplicated together with the work profile apps. So I the the personal authenticator app twice and work profile once.

Steps to reproduce the bug

By default

Expected behavior

See both the personal and work profile apps in the same list, only sorted by letter.

Screenshots/Screen recordings

Screenshot_20240410-072941

Logs

No response

Additional information

No response

Terms and Conditions

Gitbot-Actions commented 4 months ago

👋 Thanks for reporting!

We will get back to you soon about this issue.

massimoGG commented 4 months ago

The provided screenshot is at the end of the personal apps list.

HeCodes2Much commented 4 months ago

Oh ya I see I'll have a look after work and figure out why it's doing this.

HeCodes2Much commented 4 months ago

@massimoGG may I know if you are using Island or Shelter as your manager or what app you use?

HeCodes2Much commented 4 months ago

I found where the issue is, the issue came up after I added the recent apps so I'll fix that as soon as I get time.

HeCodes2Much commented 4 months ago

Fixed in v1.5.0 Sorry the list was inside of the for loop when it should of been after the end of the for loop

massimoGG commented 4 months ago

@massimoGG may I know if you are using Island or Shelter as your manager or what app you use?

Terribly sorry for the late reply. I have no idea unfortunately :D

massimoGG commented 4 months ago

Fixed in v1.5.0 Sorry the list was inside of the for loop when it should of been after the end of the for loop

Thank you very much for fixing this ! :)