Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33018527
D6959.1768383507.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
562 B
Referenced Files
None
Subscribers
None
D6959.1768383507.diff
View Options
diff --git a/native/android/app/src/cpp/CommSecureStore.cpp b/native/android/app/src/cpp/CommSecureStore.cpp
--- a/native/android/app/src/cpp/CommSecureStore.cpp
+++ b/native/android/app/src/cpp/CommSecureStore.cpp
@@ -35,7 +35,10 @@
}
folly::Optional<std::string> CommSecureStore::get(const std::string key) const {
- return CommSecureStoreJavaClass::get(key);
+ folly::Optional<std::string> value;
+ NativeAndroidAccessProvider::runTask(
+ [=, &value]() { value = CommSecureStoreJavaClass::get(key); });
+ return value;
}
} // namespace comm
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 14, 9:38 AM (14 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5928505
Default Alt Text
D6959.1768383507.diff (562 B)
Attached To
Mode
D6959: Run everuthing regarding NotificationsCryptoModule with native Android Accessible
Attached
Detach File
Event Timeline
Log In to Comment