kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix a bug that unchanged returns true even if TransformationMethod is changed.
rodzic
e18d9e665f
commit
e92c83401b
|
@ -266,7 +266,7 @@ public class EmojiTextView extends AppCompatTextView {
|
|||
Util.equals(previousBufferType, bufferType) &&
|
||||
useSystemEmoji == useSystemEmoji() &&
|
||||
!sizeChangeInProgress &&
|
||||
previousTransformationMethod != getTransformationMethod();
|
||||
previousTransformationMethod == getTransformationMethod();
|
||||
}
|
||||
|
||||
private boolean useSystemEmoji() {
|
||||
|
|
Ładowanie…
Reference in New Issue