This commit is contained in:
parent
50b036c759
commit
a7e862264a
1 changed files with 4 additions and 2 deletions
|
@ -138,9 +138,11 @@ export const initFramework = () => {
|
|||
});
|
||||
if (getOpenNotebookCount() > 0) {
|
||||
if (window.JSAndroid) {
|
||||
if (window.openFileByURL(window.JSAndroid.getBlockURL())) {
|
||||
return;
|
||||
if (window.openFileByURL(window.JSAndroid.getBlockURL())) {
|
||||
return;
|
||||
}
|
||||
} else if (window.webkit?.messageHandlers) {
|
||||
window.webkit.messageHandlers.getBlockURL.postMessage()
|
||||
}
|
||||
const openId = getSearch("id");
|
||||
if (openId) {
|
||||
|
|
Loading…
Add table
Reference in a new issue