Skip to content

Commit

Permalink
Merge pull request #9963 from jquick-axway/TIMOB-25903-7_1_X
Browse files Browse the repository at this point in the history
[7_1_X][TIMOB-25903] Android: TableView.updateRow method doesn't work on 7.1 if run-on-main-thread is off
  • Loading branch information
lokeshchdhry committed Mar 27, 2018
2 parents b581b20 + 6923c41 commit 8775560
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ public boolean handleMessage(Message msg)
Object asyncResult = null;
switch (msg.what) {
case MSG_UPDATE_VIEW:
setModelDirtyIfNecessary();
result = (AsyncResult) msg.obj;
if (tableNativeViewCreated) {
tableNativeView.updateView();
Expand Down

0 comments on commit 8775560

Please sign in to comment.