2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Provided click handler context for general urls in profile info as well.

This commit is contained in:
23rd
2022-02-23 07:36:11 +03:00
committed by John Preston
parent ed14e47389
commit 78f7ea0c9d

View File

@@ -227,6 +227,8 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupInfo() {
return false;
} else if (SetClickContext<CashtagClickHandler>(handler, context)) {
return false;
} else if (SetClickContext<UrlClickHandler>(handler, context)) {
return false;
}
return true;
};