本家メニューで予期しないタイミングでメニューが表示されていたバグを修正
This commit is contained in:
parent
2b9553a45b
commit
3eb92564ef
2
Top.js
2
Top.js
@ -41,7 +41,7 @@ export const Top = () => {
|
||||
if (!isFocused()) {
|
||||
navigate("positions", { screen: "Apps" });
|
||||
}
|
||||
if (mapSwitch == "true") {
|
||||
else if (mapSwitch == "true") {
|
||||
navigate("positions", { screen: "trainMenu" });
|
||||
} else {
|
||||
webview.current?.injectJavaScript(`AccordionClassEvent()`);
|
||||
|
Loading…
Reference in New Issue
Block a user