Commit d7dbbc57 authored by Jidong Chen's avatar Jidong Chen

Clear obsolete cache

parent 6c38494e
......@@ -261,6 +261,9 @@ static NSUInteger kInstanceCounter = 0;
}
[self clearCurrentScreenShotImage];
//Remove obsolete screenshot.
[FLBStackCache.sharedInstance remove:self.uniqueIDString];
}
#pragma mark - Life circle methods
......
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 to comment