bugfix: ignore smartphone pane switch in desktop mode
This commit is contained in:
parent
58c68edb81
commit
688d9f97f8
@ -469,6 +469,7 @@ public class IITC_Mobile extends Activity
|
||||
}
|
||||
|
||||
public void switchToPane(final Pane pane) {
|
||||
if (mDesktopMode) return;
|
||||
mIitcWebView.loadUrl("javascript: window.show('" + pane.name + "');");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user