commit 006bf6dbf05b9ede37e4696d0b0dc08ad69e354c
parent f53e2db68d48feb5506d7fc7ef251b402ae24033
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Sun, 17 Mar 2024 23:44:51 +0100

fix: manage friend list

Diffstat:
Mcore/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/ManageFriendList.kt | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/ManageFriendList.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/action/impl/ManageFriendList.kt @@ -57,10 +57,6 @@ class ManageFriendList : AbstractAction() { } override fun onActivityCreate() { - context.runOnUiThread { - context.actionManager.execute(EnumAction.MANAGE_FRIEND_LIST) - } - context.event.subscribe(ActivityResultEvent::class) { event -> if (event.requestCode == pendingPickerAction?.first) { val pendingAction = pendingPickerAction ?: return@subscribe