mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: cleanup
This commit is contained in:
@@ -105,7 +105,6 @@ async function initDatabase() {
|
||||
}
|
||||
|
||||
const onEvent = async ({ type, detail }: Event) => {
|
||||
console.log("EVENT RECIEVED....");
|
||||
await initDatabase();
|
||||
const { notification, pressAction, input } = detail;
|
||||
if (type === EventType.DELIVERED && Platform.OS === "android") {
|
||||
|
||||
Reference in New Issue
Block a user