mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-07 04:05:17 +00:00
Support starting typing into IV editor, including IME.
This commit is contained in:
@@ -1850,6 +1850,10 @@ not_null<::MainWindow*> SessionController::widget() const {
|
||||
return _window->widget();
|
||||
}
|
||||
|
||||
rpl::producer<> SessionController::imeCompositionStarts() const {
|
||||
return widget()->imeCompositionStarts();
|
||||
}
|
||||
|
||||
auto SessionController::sendingAnimation() const
|
||||
-> Ui::MessageSendingAnimationController & {
|
||||
return *_sendingAnimation;
|
||||
|
||||
Reference in New Issue
Block a user