mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replaced observable in Dialogs::InnerWidget with rpl.
This commit is contained in:
@@ -120,9 +120,7 @@ public:
|
||||
|
||||
void setLoadMoreCallback(Fn<void()> callback);
|
||||
[[nodiscard]] rpl::producer<> listBottomReached() const;
|
||||
|
||||
base::Observable<PeerData*> searchFromUserChanged;
|
||||
|
||||
[[nodiscard]] rpl::producer<> cancelSearchFromUserRequests() const;
|
||||
[[nodiscard]] rpl::producer<ChosenRow> chosenRow() const;
|
||||
[[nodiscard]] rpl::producer<> updated() const;
|
||||
|
||||
|
Reference in New Issue
Block a user