Fix copy link (#2)
This commit is contained in:
parent
e3c050786c
commit
5a190b4558
@ -12696,7 +12696,7 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
|
||||
options.add(3);
|
||||
icons.add(R.drawable.msg_copy);
|
||||
}
|
||||
if (!inScheduleMode && ChatObject.isChannel(currentChat) && currentChat.megagroup) {
|
||||
if (!inScheduleMode && ChatObject.isChannel(currentChat)) {
|
||||
items.add(LocaleController.getString("CopyLink", R.string.CopyLink));
|
||||
options.add(22);
|
||||
icons.add(R.drawable.msg_link);
|
||||
|
Loading…
Reference in New Issue
Block a user