rename StackDbActivity

This commit is contained in:
Philipp Crocoll
2018-10-01 11:25:52 +02:00
parent 977393a9aa
commit 8a993b7dcb
4 changed files with 4 additions and 7 deletions

View File

@@ -27,10 +27,7 @@ namespace keepass2android
{
public class CreateDb : RunnableOnFinish {
private const ulong DefaultEncryptionRounds = PwDefs.DefaultKeyEncryptionRounds;
private readonly IOConnectionInfo _ioc;
private readonly IOConnectionInfo _ioc;
private readonly bool _dontSave;
private readonly Activity _ctx;
private readonly IKp2aApp _app;