use new multi certify, layout fixes
This commit is contained in:
@@ -384,9 +384,9 @@ public class AddKeysActivity extends ActionBarActivity implements
|
||||
}
|
||||
|
||||
finish();
|
||||
Intent certifyIntent = new Intent(); // TODO: certify
|
||||
Intent certifyIntent = new Intent(AddKeysActivity.this, MultiCertifyKeyActivity.class);
|
||||
certifyIntent.putExtra(ImportKeyResult.EXTRA_RESULT, result);
|
||||
certifyIntent.putExtra("key ids", result.getImportedMasterKeyIds()); // TODO: extra
|
||||
certifyIntent.putExtra(MultiCertifyKeyActivity.EXTRA_KEY_IDS, result.getImportedMasterKeyIds());
|
||||
startActivity(certifyIntent);
|
||||
|
||||
result.createNotify(AddKeysActivity.this).show();
|
||||
|
||||
Reference in New Issue
Block a user