mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various Fixes
This commit is contained in:
@@ -245,19 +245,6 @@
|
||||
|
||||
if (_selectionContext.allowGrouping)
|
||||
{
|
||||
/*_groupButton = [[TGMediaPickerGroupButton alloc] initWithFrame:CGRectMake(0, 0, 38.0f, 38.0f)];
|
||||
[_groupButton setHidden:true animated:false];
|
||||
_groupButton.selected = _selectionContext.grouping;
|
||||
[_groupButton addTarget:self action:@selector(toggleGrouping) forControlEvents:UIControlEventTouchUpInside];
|
||||
[_wrapperView addSubview:_groupButton];
|
||||
|
||||
_groupingChangedDisposable = [[_selectionContext groupingChangedSignal] startWithNext:^(NSNumber *next)
|
||||
{
|
||||
__strong TGMediaPickerGalleryInterfaceView *strongSelf = weakSelf;
|
||||
if (strongSelf != nil)
|
||||
[strongSelf->_groupButton setSelected:next.boolValue];
|
||||
}];*/
|
||||
|
||||
if (_editingContext != nil)
|
||||
{
|
||||
_timersChangedDisposable = [_editingContext.timersUpdatedSignal startWithNext:^(__unused NSNumber *next)
|
||||
|
||||
Reference in New Issue
Block a user