Remove unnecessary changes

// FREEBIE
This commit is contained in:
Michael Kirk 2018-04-03 23:50:06 -04:00
parent 52ea54ae64
commit 51eee90bb7
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View File

@ -256,7 +256,6 @@ static const CGFloat ConversationInputToolbarBorderViewHeight = 0.5;
return;
}
// TODO update existing preview with message in case we switch which message we're quoting.
if (self.quotedMessagePreview) {
[self clearQuotedMessagePreview];
}