mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
update notes-core
This commit is contained in:
@@ -19,6 +19,7 @@ import {
|
||||
eSubscribeEvent,
|
||||
eUnSubscribeEvent,
|
||||
} from './src/services/EventManager';
|
||||
import IntentService from './src/services/IntentService';
|
||||
import SettingsService from './src/services/SettingsService';
|
||||
import {editing, setWidthHeight} from './src/utils';
|
||||
import {
|
||||
@@ -196,10 +197,6 @@ const AppStack = React.memo(
|
||||
} else {
|
||||
setDeviceMode('mobile', size);
|
||||
}
|
||||
if (!SettingsService.getApploaded()) {
|
||||
eSendEvent('nointent');
|
||||
}
|
||||
sleep(100).then(() => SplashScreen.hide() )
|
||||
}
|
||||
|
||||
function setDeviceMode(current, size) {
|
||||
|
||||
Reference in New Issue
Block a user