ItsMadruga / MdgWa

Um módulo Xposed para personalizar seu WhatsApp.
https://coindrop.to/itsmadruga
GNU General Public License v3.0
186 stars 39 forks source link

XChatsFilter: Fix separate group not in correct order list #48

Closed BryanGIG closed 2 months ago

BryanGIG commented 2 months ago

Doing set in the same field repeatedly is useless, it doesn't set the list again after second time because it is already the same instance object as the previous object tab. The solution is to clear and create the list again.

Close #42

ItsMadruga commented 2 months ago

the error is still present

BryanGIG commented 2 months ago

the error is still present

How'd you reproduce the bug? It seems to have fixed the issue for me when I press the back button then open the WhatsApp again.

BryanGIG commented 2 months ago

Before:

[ 2024-04-12T04:07:12.678    10190: 14840: 14840 I/LSPosed-Bridge  ] [Chats Filter] Tabs: [200, 800, 300, 600, 400]
.... Back button press ....
[ 2024-04-12T04:07:19.293    10190: 14840: 14840 I/LSPosed-Bridge  ] [Chats Filter] Tabs: [200, 300, 600, 800]

After:

[ 2024-04-12T04:09:56.565    10190: 16585: 16585 I/LSPosed-Bridge  ] [Chats Filter] Tabs: [200, 800, 300, 600, 400]
.... Back button press ....
[ 2024-04-12T04:09:59.754    10190: 16585: 16585 I/LSPosed-Bridge  ] [Chats Filter] Tabs: [200, 800, 300, 600, 400]
ItsMadruga commented 2 months ago

Before:

[ 2024-04-12T04:07:12.678    10190: 14840: 14840 I/LSPosed-Bridge  ] [Chats Filter] Tabs: [200, 800, 300, 600, 400]
.... Back button press ....
[ 2024-04-12T04:07:19.293    10190: 14840: 14840 I/LSPosed-Bridge  ] [Chats Filter] Tabs: [200, 300, 600, 800]

After:

[ 2024-04-12T04:09:56.565    10190: 16585: 16585 I/LSPosed-Bridge  ] [Chats Filter] Tabs: [200, 800, 300, 600, 400]
.... Back button press ....
[ 2024-04-12T04:09:59.754    10190: 16585: 16585 I/LSPosed-Bridge  ] [Chats Filter] Tabs: [200, 800, 300, 600, 400]

I understand, I thought I was talking about the chat list, but it's about the tab list

BryanGIG commented 2 months ago

Ahh, sorry for the confusion. I mentioned the tab list issue not the chat list.

I haven't been able to reproduce the chat list issue. Just the tab list issue for now.

RevealedSoulEven commented 2 months ago

@BryanGIG pro here. I used your kmrite source back in 2020-21 to make my kotlin injector. Feeling good to see you again🥹♥️