You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
* Speed up Linux Sync with KeepAlive Client * Tidying up * eslint * Fix Breaking of building mobile client * Refactor to make building on android possible * Coding Convention * Update shim-init-node.js Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
@@ -132,6 +132,10 @@ function shimInit() {
|
||||
Linking.openURL(url);
|
||||
};
|
||||
|
||||
shim.httpAgent = () => {
|
||||
return null;
|
||||
};
|
||||
|
||||
shim.waitForFrame = () => {
|
||||
return new Promise(function(resolve) {
|
||||
requestAnimationFrame(function() {
|
||||
|
||||
Reference in New Issue
Block a user