| Index: remoting/ios/app/remoting_view_controller.mm
|
| diff --git a/remoting/ios/app/remoting_view_controller.mm b/remoting/ios/app/remoting_view_controller.mm
|
| index 215fd4b3357a0fc947cf32824b7db42862a10ee8..1f28e5e65d82f1f94f86221002092efc3a545f70 100644
|
| --- a/remoting/ios/app/remoting_view_controller.mm
|
| +++ b/remoting/ios/app/remoting_view_controller.mm
|
| @@ -50,7 +50,7 @@ static CGFloat kHostInset = 5.f;
|
| - (instancetype)init {
|
| _isAuthenticated = NO;
|
| UICollectionViewFlowLayout* layout =
|
| - [[UICollectionViewFlowLayout alloc] init];
|
| + [[MDCCollectionViewFlowLayout alloc] init];
|
| layout.minimumInteritemSpacing = 0;
|
| CGFloat sectionInset = kHostInset * 2.f;
|
| [layout setSectionInset:UIEdgeInsetsMake(sectionInset, sectionInset,
|
|
|