q-municate

Unable to remove dialog from dialog list Using QMServicesManager?

大兔子大兔子 提交于 2019-12-13 02:19:14
问题 I'm trying to remove dialog object in QMServicesManager, So when I want to delete the dialog I'm doing the below - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return [ServicesManager.instance.chatService.dialogsMemoryStorage dialogsSortByUpdatedAtWithAscending:NO].count; } - (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath { return YES; } - (void)tableView:(UITableView *)tableView commitEditingStyle:

NoClassDefFoundError in 4.4 kitkat but not in 5.0 Lollipop - Could not find class

南楼画角 提交于 2019-12-12 05:28:47
问题 have an error in my application but I can not find it. Android 5.0 works normally, but in 4.4 of this error below: Could not find class 'com.quickblox.q_municate.utils.ImageUtils$SmartUriDecoder', referenced from method com.quickblox.q_municate.utils.ImageUtils.getImageLoaderConfiguration Shortly after it appears: java.lang.NoClassDefFoundError: com.quickblox.q_municate.utils.ImageUtils$SmartUriDecoder at com.quickblox.q_municate.utils.ImageUtils.getImageLoaderConfiguration(ImageUtils.java:67