forked from organicmaps/organicmaps
[android] update counter view after value setting
This commit is contained in:
parent
8289ca4924
commit
c76829cf26
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ public class InteractiveCounterView extends RelativeLayout
|
|||
public void setCurrentValue(int value)
|
||||
{
|
||||
mCounterView.setText(String.valueOf(value));
|
||||
updateConstraints();
|
||||
}
|
||||
|
||||
private void updateConstraints()
|
||||
|
|
Loading…
Add table
Reference in a new issue