mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Replaced PinMessageBox with generic box.
This commit is contained in:
@@ -1273,7 +1273,7 @@ void ToggleMessagePinned(
|
||||
}
|
||||
if (pin) {
|
||||
navigation->parentController()->show(
|
||||
Box<PinMessageBox>(item->history()->peer, item->id),
|
||||
Box(PinMessageBox, item->history()->peer, item->id),
|
||||
Ui::LayerOption::CloseOther);
|
||||
} else {
|
||||
const auto peer = item->history()->peer;
|
||||
|
Reference in New Issue
Block a user