Page MenuHomePhorge

D6959.1768383507.diff
No OneTemporary

Size
562 B
Referenced Files
None
Subscribers
None

D6959.1768383507.diff

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

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)

Event Timeline