Fix progress_generating and reformat
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user