mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Fix a bug that unchanged returns true even if TransformationMethod is changed.
This commit is contained in:
@@ -266,7 +266,7 @@ public class EmojiTextView extends AppCompatTextView {
|
||||
Util.equals(previousBufferType, bufferType) &&
|
||||
useSystemEmoji == useSystemEmoji() &&
|
||||
!sizeChangeInProgress &&
|
||||
previousTransformationMethod != getTransformationMethod();
|
||||
previousTransformationMethod == getTransformationMethod();
|
||||
}
|
||||
|
||||
private boolean useSystemEmoji() {
|
||||
|
||||
Reference in New Issue
Block a user