mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Chat screen: disable auto scroll to bottom on keyboard presentation
This commit is contained in:
@@ -154,6 +154,9 @@
|
||||
{
|
||||
// Disable auto join
|
||||
self.autoJoinInvitedRoom = NO;
|
||||
|
||||
// Disable auto scroll to bottom on keyboard presentation
|
||||
self.scrollHistoryToTheBottomOnKeyboardPresentation = NO;
|
||||
}
|
||||
|
||||
return self;
|
||||
@@ -166,6 +169,9 @@
|
||||
{
|
||||
// Disable auto join
|
||||
self.autoJoinInvitedRoom = NO;
|
||||
|
||||
// Disable auto scroll to bottom on keyboard presentation
|
||||
self.scrollHistoryToTheBottomOnKeyboardPresentation = NO;
|
||||
}
|
||||
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user