mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
Merge branch 'develop' into mauroromito/fullscreen_mode_2
# Conflicts: # Riot/Modules/Room/RoomViewController.swift
This commit is contained in:
@@ -149,6 +149,11 @@ extension RoomViewController {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@objc func togglePlainTextMode() {
|
||||
RiotSettings.shared.enableWysiwygTextFormatting.toggle()
|
||||
wysiwygInputToolbar?.textFormattingEnabled.toggle()
|
||||
}
|
||||
|
||||
@objc func didChangeMaximisedState(_ state: Bool) {
|
||||
if state,
|
||||
|
||||
Reference in New Issue
Block a user