mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Move some more code to lib_mtproto.
This commit is contained in:
@@ -184,9 +184,9 @@ void Application::run() {
|
||||
style::ShortAnimationPlaying(
|
||||
) | rpl::start_with_next([=](bool playing) {
|
||||
if (playing) {
|
||||
MTP::internal::pause();
|
||||
MTP::details::pause();
|
||||
} else {
|
||||
MTP::internal::unpause();
|
||||
MTP::details::unpause();
|
||||
}
|
||||
}, _lifetime);
|
||||
|
||||
|
Reference in New Issue
Block a user