mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 19:22:14 -05:00
Fix progress_generating and reformat
This commit is contained in:
parent
be41a0a3e1
commit
bac68c4c73
@ -599,7 +599,7 @@ public class KeychainIntentService extends IntentService implements ProgressDial
|
|||||||
int keysTotal = 2;
|
int keysTotal = 2;
|
||||||
int keysCreated = 0;
|
int keysCreated = 0;
|
||||||
setProgress(
|
setProgress(
|
||||||
getResources().getQuantityString(R.plurals.progress_generating, keysTotal),
|
getApplicationContext().getResources().getQuantityString(R.plurals.progress_generating, keysTotal),
|
||||||
keysCreated,
|
keysCreated,
|
||||||
keysTotal);
|
keysTotal);
|
||||||
PgpKeyOperation keyOperations = new PgpKeyOperation(this, this);
|
PgpKeyOperation keyOperations = new PgpKeyOperation(this, this);
|
||||||
|
Loading…
Reference in New Issue
Block a user