Fix copy link (#2)

This commit is contained in:
Riko Sakurauchi 2019-12-07 12:49:04 +08:00
parent e3c050786c
commit 5a190b4558
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF

View File

@ -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);