Various Fixes

This commit is contained in:
Ilya Laktyushin
2021-11-23 15:12:25 +04:00
parent 48cc049d7b
commit 4309eb36af
7 changed files with 35 additions and 20 deletions

View File

@@ -316,7 +316,7 @@ private enum RecentSessionsEntry: ItemListNodeEntry {
let arguments = arguments as! RecentSessionsControllerArguments
switch self {
case let .header(_, text):
return RecentSessionsHeaderItem(context: arguments.context, theme: presentationData.theme, text: text, animationName: "Requests", sectionId: self.section, buttonAction: {
return RecentSessionsHeaderItem(context: arguments.context, theme: presentationData.theme, text: text, animationName: "Devices", sectionId: self.section, buttonAction: {
arguments.addDevice()
}, linkAction: { action in
if case let .tap(link) = action {