mirror of
https://gitee.com/openharmony/applications_mms
synced 2024-11-26 17:30:42 +00:00
crash of id and setConversationCheckAll
Signed-off-by: zhouhongli2023 <zhouhongli5@huawei.com>
This commit is contained in:
parent
0c373210af
commit
c36d6a01e2
@ -1344,7 +1344,7 @@ export default class ConversationController {
|
||||
if (initData.id == undefined || initData.id == null) {
|
||||
return;
|
||||
}
|
||||
} catch(err) {
|
||||
} catch (err) {
|
||||
HiLog.e(TAG, 'this initData.id is undefined ' + JSON.stringify(err));
|
||||
}
|
||||
return initData.id;
|
||||
|
Loading…
Reference in New Issue
Block a user