rename RunnableOnFinish => OperationWithFinishHandler, introduce IKp2aStatusLogger

This commit is contained in:
Philipp Crocoll
2025-04-29 13:48:24 +02:00
parent 61c871f782
commit c0ed185612
28 changed files with 186 additions and 111 deletions

View File

@@ -13,7 +13,7 @@ using keepass2android.Io;
namespace keepass2android
{
public class CheckDatabaseForChanges: RunnableOnFinish
public class CheckDatabaseForChanges: OperationWithFinishHandler
{
private readonly Context _context;
private readonly IKp2aApp _app;