Skip to content

Commit

Permalink
fix(android): views added to ScrollableView can be lost upon window open
Browse files Browse the repository at this point in the history
Fixes TIMOB-28503
  • Loading branch information
jquick-axway authored and ewanharris committed Aug 5, 2021
1 parent 3c8ee0b commit 04f8d8e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,6 @@ private ArrayList<TiViewProxy> getViews()
@Override
public void processProperties(KrollDict d)
{
if (d.containsKey(TiC.PROPERTY_VIEWS)) {
getScrollableViewProxy().setViews(d.get(TiC.PROPERTY_VIEWS));
}

if (d.containsKey(TiC.PROPERTY_CURRENT_PAGE)) {
int page = TiConvert.toInt(d, TiC.PROPERTY_CURRENT_PAGE);
if (page > 0) {
Expand Down

0 comments on commit 04f8d8e

Please sign in to comment.