mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix dice
This commit is contained in:
parent
16d3b66f64
commit
25f654389a
3 changed files with 50 additions and 28 deletions
|
|
@ -158,7 +158,9 @@ class PieChartComponentController: GeneralChartComponentController {
|
|||
visible: true)],
|
||||
totalValue: nil,
|
||||
tapAction: nil,
|
||||
hideAction: nil)
|
||||
hideAction: { [weak self] in
|
||||
self?.deselectSegment(completion: {})
|
||||
})
|
||||
return viewModel
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue