mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
MESSENGER-3346 media cache clearing
This commit is contained in:
@@ -251,6 +251,10 @@
|
||||
}
|
||||
[[AppDelegate theDelegate] checkAppVersion];
|
||||
}
|
||||
|
||||
if (BwiBuildSettings.bwiClearMediaCacheOnRoomExit) {
|
||||
[MXMediaManager clearCache];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)viewDidDisappear:(BOOL)animated
|
||||
|
||||
Reference in New Issue
Block a user