Fix redraw issue on GB.

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2015-10-01 17:25:55 -07:00
parent 77d73fa572
commit 214629e2db

View file

@ -862,6 +862,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
calculateCharactersRemaining();
composeText.setTransport(newTransport);
buttonToggle.getBackground().setColorFilter(newTransport.getBackgroundColor(), Mode.MULTIPLY);
buttonToggle.getBackground().invalidateSelf();
}
});