Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replies: Implement sending #1944

Merged
merged 7 commits into from
Jul 24, 2018
Merged

Replies: Implement sending #1944

merged 7 commits into from
Jul 24, 2018

Conversation

SBiOSoftWhare
Copy link
Contributor

#1911

Implement reply to an event with text message in a room. It is now possible to reply quickly to a message by highlighting it and then typing some text.

send_reply

// Check the device screen size before using large placeholder
BOOL shouldDisplayLargePlaceholder = [GBDeviceInfo deviceInfo].family == GBDeviceFamilyiPad || [GBDeviceInfo deviceInfo].displayInfo.display >= GBDeviceDisplay4p7Inch;

if (shouldDisplayLargePlaceholder)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be if (!shouldDisplayLargePlaceholder), no?

@@ -200,6 +200,8 @@ @interface RoomViewController ()

// Observe kRiotDesignValuesDidChangeThemeNotification to handle user interface theme change.
id kRiotDesignValuesDidChangeThemeNotificationObserver;

BOOL isInReplyMode;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It probably worth to describe here what is this mode: If the user has selected a message, we are in this mode.

@SBiOSoftWhare SBiOSoftWhare merged commit 77d6568 into develop Jul 24, 2018
@SBiOSoftWhare SBiOSoftWhare deleted the riot_1911 branch July 24, 2018 11:48
manuroe pushed a commit that referenced this pull request Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants