Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3405288
D7752.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
667 B
Referenced Files
None
Subscribers
None
D7752.diff
View Options
diff --git a/native/data/sqlite-data-handler.js b/native/data/sqlite-data-handler.js
--- a/native/data/sqlite-data-handler.js
+++ b/native/data/sqlite-data-handler.js
@@ -178,10 +178,9 @@
}
if (staffCanSee) {
Alert.alert(
- `Error setting threadStore or messageStore: ${
- getMessageForException(setStoreException) ??
- '{no exception message}'
- }`,
+ 'Error setting threadStore or messageStore',
+ getMessageForException(setStoreException) ??
+ '{no exception message}',
);
}
await callFetchNewCookieFromNativeCredentials(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 4, 7:52 PM (11 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2614720
Default Alt Text
D7752.diff (667 B)
Attached To
Mode
D7752: [native] show setting threadStore error in Alert message
Attached
Detach File
Event Timeline
Log In to Comment