use correct filtered list for key selection in RemoteSelectidentityPresenter
This commit is contained in:
@@ -185,7 +185,7 @@ class RemoteSelectIdentityKeyPresenter {
|
||||
}
|
||||
|
||||
void onKeyItemClick(int position) {
|
||||
selectedMasterKeyId = keyInfoData.get(position).master_key_id();
|
||||
selectedMasterKeyId = getFilteredKeyInfo().get(position).master_key_id();
|
||||
view.highlightKey(position);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user