split color change

This commit is contained in:
Pfeil, Scott Robert 2020-06-17 14:01:44 -04:00
parent 61d0293741
commit 304a5f6021

View File

@ -918,7 +918,7 @@ CGFloat const PanelAnimationDuration = 0.2;
self.extendedDrawers = MFExtendedDrawerLeft | MFExtendedDrawerRight;
self.prioritizedExtendedPanel = MFExtendedDrawerLeft;
self.view.backgroundColor = [UIColor blackColor];
self.view.backgroundColor = [UIColor whiteColor];
}
- (void)viewDidLayoutSubviews {