Fix check indicator covering update in multiselect.
This commit is contained in:
parent
53eee2bd16
commit
c1324c7496
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ public final class ConversationUpdateItem extends FrameLayout
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public @Nullable View getHorizontalTranslationTarget() {
|
public @Nullable View getHorizontalTranslationTarget() {
|
||||||
return null;
|
return background;
|
||||||
}
|
}
|
||||||
|
|
||||||
static final class RecipientObserverManager {
|
static final class RecipientObserverManager {
|
||||||
|
|
Loading…
Add table
Reference in a new issue