From 198f00291f20f58039ed5008b90f4cbdeda24159 Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Tue, 29 Nov 2022 17:32:49 +0100 Subject: [PATCH] fix --- Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved | 2 +- changelog.d/7124.bugfix | 1 + project.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog.d/7124.bugfix diff --git a/Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved index a3f2f6fc96..912bdf970b 100644 --- a/Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -23,7 +23,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift", "state" : { - "revision" : "1fbffd0321eb47abcd664ad19c6c943b60abf399" + "revision" : "38ad28bedbe63b3587126158245659b6c989ec2c" } }, { diff --git a/changelog.d/7124.bugfix b/changelog.d/7124.bugfix new file mode 100644 index 0000000000..729cb0d5ba --- /dev/null +++ b/changelog.d/7124.bugfix @@ -0,0 +1 @@ +Rich Text Editor: Fixed a bug that did not resize the composer after a change of orientation. \ No newline at end of file diff --git a/project.yml b/project.yml index 6a08562d4d..dd978f21b5 100644 --- a/project.yml +++ b/project.yml @@ -53,7 +53,7 @@ packages: branch: main WysiwygComposer: url: https://github.com/matrix-org/matrix-wysiwyg-composer-swift - revision: 1fbffd0321eb47abcd664ad19c6c943b60abf399 + revision: 38ad28bedbe63b3587126158245659b6c989ec2c DeviceKit: url: https://github.com/devicekit/DeviceKit majorVersion: 4.7.0