Remove unnecessary call to updateVisibility

This commit is contained in:
Dean Herbert 2020-12-01 14:01:34 +09:00
parent 63ff722963
commit a147b7186d
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ public bool OnPressed(GlobalAction action)
break;
}
updateVisibility();
return true;
}