Anupam824

Results 6 comments of Anupam824

We observed that when we uncommented resumeDownloads() method and compiled with Xcode 11.5. The application is still crashing when trying to resume download for unfinished media items. @stigger or @chrisballinger...

@chrisballinger has the message loss issue been fixed in Chatsecure. We are using omemo. Can you please guide us if yes and how can we take the fix in our...

> Hi @robbiehanson We ran into the same issue while implementing Notification extension. > We have enabed the "enableMultiProcessSupport", all YapDatabaseView's are Non-persistent. > > We added observer on "YapDatabaseModifiedExternallyNotification",...

Thanks @maksadavid for your quick response. Can you please provide the code snipped of the fix which you have done.

> I call this method when application becomes active. It should sync the mappings with the database and the ui. > > ``` > - (void)moveMappingsToLastCommit { > [self.databaseConnection beginLongLivedReadTransaction];...

> > ``` > > - (void)moveMappingsToLastCommit { > > [self.databaseConnection beginLongLivedReadTransaction]; > > [self.databaseConnection readWithBlock:^(YapDatabaseReadTransaction *transaction) { > > [self.mappings updateWithTransaction:transaction]; > > }]; > > [self.tableview reloadData]; >...