Merge branch 'android_branch' into relay_noconn

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
This commit is contained in:
Eric House 2015-07-28 06:28:01 -07:00
commit f6aa4e6d3c

View file

@ -1601,6 +1601,7 @@ public class GamesListDelegate extends ListDelegateBase
for ( long row : rows ) {
m_selGames.remove( row );
}
invalidateOptionsMenuIf();
setTitleBar();
}
}