use parameter in updateFromKeyserver
This commit is contained in:
@@ -154,7 +154,7 @@ public class ViewKeyActivity extends ActionBarActivity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void updateFromKeyserver(Uri dataUri) {
|
private void updateFromKeyserver(Uri dataUri) {
|
||||||
long updateKeyId = ProviderHelper.getMasterKeyId(ViewKeyActivity.this, mDataUri);
|
long updateKeyId = ProviderHelper.getMasterKeyId(ViewKeyActivity.this, dataUri);
|
||||||
|
|
||||||
if (updateKeyId == 0) {
|
if (updateKeyId == 0) {
|
||||||
Log.e(Constants.TAG, "this shouldn't happen. KeyId == 0!");
|
Log.e(Constants.TAG, "this shouldn't happen. KeyId == 0!");
|
||||||
|
|||||||
Reference in New Issue
Block a user