mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Provided click handler context for general urls in profile info as well.
This commit is contained in:
@@ -227,6 +227,8 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupInfo() {
|
|||||||
return false;
|
return false;
|
||||||
} else if (SetClickContext<CashtagClickHandler>(handler, context)) {
|
} else if (SetClickContext<CashtagClickHandler>(handler, context)) {
|
||||||
return false;
|
return false;
|
||||||
|
} else if (SetClickContext<UrlClickHandler>(handler, context)) {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user