androidTest: Fix errors introduced by changes of the code
This commit is contained in:
@@ -106,7 +106,7 @@ public class TestHelpers {
|
||||
if (ring.isSecret()) {
|
||||
helper.saveSecretKeyRing(ring, new ProgressScaler());
|
||||
} else {
|
||||
helper.savePublicKeyRing(ring, new ProgressScaler());
|
||||
helper.savePublicKeyRing(ring);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user