mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Remove unnecessary changes
// FREEBIE
This commit is contained in:
parent
52ea54ae64
commit
51eee90bb7
2 changed files with 0 additions and 9 deletions
|
@ -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>
|
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue