mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
tweaks (#1187)
* opt: marquee * fix: bangumi seek * opt: post panel * opt: remove deprecated code * opt: singleton dynController * fix: music scheme * feat: MemberVideo jump keep position * tweak
This commit is contained in:
committed by
GitHub
parent
e8a674ca2a
commit
172389b12b
@@ -56,9 +56,16 @@ class _AboutPageState extends State<AboutPage> {
|
||||
getCurrentApp();
|
||||
}
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
currentVersion.close();
|
||||
cacheSize.close();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
Future<void> getCacheSize() async {
|
||||
cacheSize.value = CacheManage.formatSize(
|
||||
await CacheManage().loadApplicationCache(),
|
||||
await CacheManage.loadApplicationCache(),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user