Page MenuHomePhabricator

D10023.diff
No OneTemporary

D10023.diff

diff --git a/native/push/push-handler.react.js b/native/push/push-handler.react.js
--- a/native/push/push-handler.react.js
+++ b/native/push/push-handler.react.js
@@ -402,7 +402,7 @@
// We issue a call to sleep to match iOS behavior where prompt
// doesn't appear immediately but after logged-out modal disappears
await sleep(10);
- await this.requestAndroidNotificationsPermission();
+ return await this.requestAndroidNotificationsPermission();
})();
hasPermission = permissionResponse;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 25, 9:35 PM (12 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2703238
Default Alt Text
D10023.diff (551 B)

Event Timeline