mobile: cleanup

This commit is contained in:
Ammar Ahmed
2025-01-20 12:05:53 +05:00
parent 6ba4ac257e
commit f2e90536a7

View File

@@ -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") {