chore: Follow up notification actions

This commit is contained in:
Christian Kußowski 2025-11-12 08:37:10 +01:00
commit b7e112a224
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 20 additions and 2 deletions

View file

@ -20,6 +20,7 @@ ReceivePort? mainIsolateReceivePort;
void main() async {
if (PlatformInfos.isAndroid) {
final port = mainIsolateReceivePort = ReceivePort();
IsolateNameServer.removePortNameMapping('main_isolate');
IsolateNameServer.registerPortWithName(
port.sendPort,
'main_isolate',