回话列表灰屏问题
This commit is contained in:
parent
40a0eea463
commit
cd07949a64
@ -455,7 +455,7 @@ class _TIMConversationState extends TIMUIKitState<TIMConversation> {
|
|||||||
Map myInfo = jsonDecode(myuserFullInfo!
|
Map myInfo = jsonDecode(myuserFullInfo!
|
||||||
.customInfo!['Label']
|
.customInfo!['Label']
|
||||||
.toString());
|
.toString());
|
||||||
if (myInfo.containsKey('city')) {
|
if (null!=myInfo&&myInfo.containsKey('city')) {
|
||||||
if (myInfo['city']
|
if (myInfo['city']
|
||||||
.toString()
|
.toString()
|
||||||
.contains(otherInfo['city'].toString())) {
|
.contains(otherInfo['city'].toString())) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user