11111
This commit is contained in:
@@ -185,9 +185,9 @@ public class ConversationIMListManager {
|
||||
*/
|
||||
@Override
|
||||
public boolean onConversationLongClick(Context context, View view, BaseUiConversation baseUiConversation) {
|
||||
// new ConversationPopuwWindow((Activity) context)
|
||||
// .setIsAdmin(baseUiConversation.mCore.getTargetId())
|
||||
// .show(view);
|
||||
new ConversationPopuwWindow((Activity) context)
|
||||
.setIsAdmin(baseUiConversation.mCore.getTargetId())
|
||||
.show(view);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user