This commit is contained in:
michael starke
2016-08-24 16:39:22 +02:00
parent f01480c2bd
commit c43e99832b

View File

@@ -208,6 +208,7 @@ typedef NS_ENUM(NSUInteger, MPContentTab) {
}
- (void)_setIcon:(NSInteger)iconId {
/* TODO move to ViewController */
BOOL useDefault = (iconId == -1);
switch (self.activeTab) {
case MPGroupTab: {