mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 11:22:16 +08:00
opt dyn panel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -61,10 +61,8 @@ abstract class CommonRichTextPubPageState<T extends CommonRichTextPubPage>
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
if (hasPub) {
|
||||
for (var i in pathList) {
|
||||
File(i).delSync();
|
||||
}
|
||||
for (var i in pathList) {
|
||||
File(i).delSync();
|
||||
}
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user