mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-28 14:59:44 +00:00
no message
This commit is contained in:
@@ -1573,6 +1573,7 @@
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_OPTIMIZATION_LEVEL = s;
|
||||
INFOPLIST_FILE = PostboxMac/Info.plist;
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
||||
@@ -1705,6 +1706,7 @@
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_OPTIMIZATION_LEVEL = s;
|
||||
INFOPLIST_FILE = PostboxMac/Info.plist;
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
||||
|
||||
@@ -1442,7 +1442,7 @@ public final class MessageHistoryView {
|
||||
}
|
||||
if let groupStart = groupStart, laterId != nil {
|
||||
entries.removeSubrange(groupStart.0 ..< entries.count)
|
||||
laterId = nil
|
||||
// laterId = nil
|
||||
}
|
||||
|
||||
groupStart = nil
|
||||
@@ -1471,7 +1471,7 @@ public final class MessageHistoryView {
|
||||
}
|
||||
if let groupStart = groupStart, earlierId != nil {
|
||||
entries.removeSubrange(0 ..< groupStart.0 + 1)
|
||||
earlierId = nil
|
||||
//earlierId = nil
|
||||
}
|
||||
}
|
||||
self.entries = entries
|
||||
|
||||
Reference in New Issue
Block a user