Fix redraw issue on GB.
// FREEBIE
This commit is contained in:
parent
77d73fa572
commit
214629e2db
1 changed files with 1 additions and 0 deletions
|
@ -862,6 +862,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
calculateCharactersRemaining();
|
||||
composeText.setTransport(newTransport);
|
||||
buttonToggle.getBackground().setColorFilter(newTransport.getBackgroundColor(), Mode.MULTIPLY);
|
||||
buttonToggle.getBackground().invalidateSelf();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue