Skip to content

Commit

Permalink
Fix redraw issue on GB.
Browse files Browse the repository at this point in the history
// FREEBIE
  • Loading branch information
moxie0 committed Oct 2, 2015
1 parent 77d73fa commit 214629e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/thoughtcrime/securesms/ConversationActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@ public void onChange(TransportOption newTransport) {
calculateCharactersRemaining();
composeText.setTransport(newTransport);
buttonToggle.getBackground().setColorFilter(newTransport.getBackgroundColor(), Mode.MULTIPLY);
buttonToggle.getBackground().invalidateSelf();
}
});

Expand Down

0 comments on commit 214629e

Please sign in to comment.