You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
fix: remove MMRL from action redirect webui (#66)
MMRL has removed WebUI, removing the call altogether fixes the silent failure and the WebUI X call from being unreachable if MMRL is installed.
This commit is contained in:
@@ -49,9 +49,6 @@ get_webui() {
|
||||
if pm path io.github.a13e300.ksuwebui >/dev/null 2>&1; then
|
||||
echo "- Launching WebUI in KSUWebUIStandalone..."
|
||||
am start -n "io.github.a13e300.ksuwebui/.WebUIActivity" -e id "tricky_store"
|
||||
elif pm path com.dergoogler.mmrl >/dev/null 2>&1; then
|
||||
echo "- Launching WebUI in MMRL WebUI..."
|
||||
am start -n "com.dergoogler.mmrl/.ui.activity.webui.WebUIActivity" -e MOD_ID "tricky_store"
|
||||
elif pm path com.dergoogler.mmrl.wx > /dev/null 2>&1; then
|
||||
echo "- Launching WebUI in WebUI X..."
|
||||
am start -n "com.dergoogler.mmrl.wx/.ui.activity.webui.WebUIActivity" -e MOD_ID "tricky_store"
|
||||
|
||||
Reference in New Issue
Block a user