mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 04:22:27 -04:00
removed reload of currently selected identity during full reload of Id list in People as it caused some blinking
This commit is contained in:
parent
84699db744
commit
cadc697882
1 changed files with 1 additions and 1 deletions
|
@ -2125,7 +2125,7 @@ void IdDialog::updateDisplay(bool complete)
|
||||||
if (complete) {
|
if (complete) {
|
||||||
/* Fill complete */
|
/* Fill complete */
|
||||||
requestIdList();
|
requestIdList();
|
||||||
requestIdDetails();
|
//requestIdDetails();
|
||||||
requestRepList();
|
requestRepList();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue