MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / changes

Method changes

Telegram/SourceFiles/window/window_adaptive.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35rpl::producer<> Adaptive::changes() const {
36 return rpl::merge(
37 Core::App().settings().adaptiveForWideChanges() | rpl::to_empty,
38 _chatLayout.changes() | rpl::to_empty,
39 _layout.changes() | rpl::to_empty);
40}
41
42rpl::producer<bool> Adaptive::oneColumnValue() const {
43 return _layout.value(

Callers 15

valueMethod · 0.45
SetStatusLabelFunction · 0.45
PeerThemeTokenValueFunction · 0.45
PeerWallPaperMappedFunction · 0.45
SessionControllerMethod · 0.45
setupPremiumToastMethod · 0.45
addToggleArchiveMethod · 0.45

Calls 3

AppClass · 0.85
settingsMethod · 0.80

Tested by

no test coverage detected