Skip to content

Commit

Permalink
Minor reduction of UI update calls
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed May 15, 2018
1 parent d8bfd30 commit df70d69
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Binary file modified bin/Artemis Messenger.apk
Binary file not shown.
Binary file modified bin/classes.dex
Binary file not shown.
Binary file modified bin/dexedLibs/appcompat_v7-c958b99d5111e7b7a41e540bcdbc30da.jar
Binary file not shown.
1 change: 1 addition & 0 deletions src/artemis/messenger/ListActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ public void onObjectUpdate(ArtemisPlayer player) {
if (manager.getPlayerShip() != null) {
String newShip = manager.getPlayerShip().getName().toString();
String oldShip = ObjectStatusRow.setCurrentShip(newShip);
if (newShip.equals(oldShip)) return;

// Update object status rows based on their missions
HashSet<String> updated = new HashSet<String>();
Expand Down

0 comments on commit df70d69

Please sign in to comment.