Roberto Almeida

Results 4 comments of Roberto Almeida

In file **EHHHorizontalSelectionView.m**, update method **(void)selectIndex:(NSUInteger)index** to: ``` { NSIndexPath * indexPath = [NSIndexPath indexPathForRow:index inSection:0]; [_collectionView selectItemAtIndexPath:indexPath animated:NO scrollPosition:UICollectionViewScrollPositionCenteredHorizontally]; dispatch_async(dispatch_get_main_queue(), ^{ [self collectionView:_collectionView didSelectItemAtIndexPath:indexPath]; }); } ```

Same case. Big Sur 11.1 randomly left postmaster.pid on OS shutdown.