Commit 42072fcb by suolong

先屏蔽订阅的

parent 2a0df3f4
...@@ -73,9 +73,9 @@ typedef enum { ...@@ -73,9 +73,9 @@ typedef enum {
@(FUSMyZoneNewsFeedTabTypeAlbum), @(FUSMyZoneNewsFeedTabTypeAlbum),
@(FUSMyZoneNewsFeedTabTypeLike) @(FUSMyZoneNewsFeedTabTypeLike)
]]; ]];
if (!FUSConfig.sharedInstanced.devConfigs.appStatus) { // if (!FUSConfig.sharedInstanced.devConfigs.appStatus) {
[tabTypeList addObject:@(FUSMyZoneNewsFeedTabTypeSubscribe)]; // [tabTypeList addObject:@(FUSMyZoneNewsFeedTabTypeSubscribe)];
} // }
self.tabTypeList = [tabTypeList copy]; self.tabTypeList = [tabTypeList copy];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment