| 1115 | } |
| 1116 | |
| 1117 | void SavedSublist::chatListPreloadData() { |
| 1118 | sublistPeer()->loadUserpic(); |
| 1119 | allowChatListMessageResolve(); |
| 1120 | } |
| 1121 | |
| 1122 | Dialogs::UnreadState SavedSublist::unreadStateFor( |
| 1123 | int count, |
nothing calls this directly
no test coverage detected