Rename and improve doc. on method

This commit is contained in:
Chris Heywood 2020-01-09 13:07:17 +01:00
parent d019d7ae9f
commit 7dfe2971c6
4 changed files with 10 additions and 8 deletions

View file

@ -274,7 +274,7 @@ public class Geary.MockAccount : Account, MockObject {
);
}
public override async void app_backgrounded_cleanup(Cancellable? cancellable) {
public override async void cleanup_storage(Cancellable? cancellable) {
}
}