Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash - Emoji recycling attempting to use previous TextFuture #4789

Closed
ouchadam opened this issue Dec 21, 2021 · 1 comment · Fixed by #4790
Closed

Crash - Emoji recycling attempting to use previous TextFuture #4789

ouchadam opened this issue Dec 21, 2021 · 1 comment · Fixed by #4790
Assignees
Labels
A-Emoji O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash Z-from playstore

Comments

@ouchadam
Copy link
Contributor

java.lang.IllegalArgumentException: 
  at android.widget.TextView.setText (TextView.java:6253)
  at android.widget.TextView.setText (TextView.java:6171)
  at android.widget.TextView.setText (TextView.java:6123)
  at androidx.core.widget.TextViewCompat.setPrecomputedText (TextViewCompat.java:4)
  at androidx.appcompat.widget.AppCompatTextView.consumeTextFutureAndSetBlocking (AppCompatTextView.java:3)
  at androidx.appcompat.widget.AppCompatTextView.getText (AppCompatTextView.java:1)
  at androidx.emoji2.viewsintegration.EmojiInputFilter.filter (EmojiInputFilter.java:4)
  at android.widget.TextView.setText (TextView.java:6207)
  at android.widget.TextView.setText (TextView.java:6171)
  at android.widget.TextView.setText (TextView.java:6123)
  at im.vector.app.features.home.room.detail.timeline.item.MessageTextItem.bind (MessageTextItem.kt:44)
  at im.vector.app.features.home.room.detail.timeline.item.MessageTextItem.bind (MessageTextItem.kt:6)
  at com.airbnb.epoxy.BaseEpoxyAdapter.onBindViewHolder (BaseEpoxyAdapter.java:25)
  at com.airbnb.epoxy.BaseEpoxyAdapter.onBindViewHolder (BaseEpoxyAdapter.java:3)
  at androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder (RecyclerView.java:9)
  at androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline (RecyclerView.java:7)
  at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline (RecyclerView.java:131)
  at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition (RecyclerView.java:1)
  at androidx.recyclerview.widget.LinearLayoutManager$LayoutState.next (LinearLayoutManager.java:8)
  at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk (LinearLayoutManager.java:1)
  at androidx.recyclerview.widget.LinearLayoutManager.fill (LinearLayoutManager.java:12)
  at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren (LinearLayoutManager.java:50)
  at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2 (RecyclerView.java:12)
  at androidx.recyclerview.widget.RecyclerView.dispatchLayout (RecyclerView.java:15)
  at androidx.recyclerview.widget.RecyclerView.onLayout (RecyclerView.java:3)
Occurrences (30 days) Total Occurrences Impacted users (lifetime)
44 119 83

https://play.google.com/console/u/0/developers/{redacted}/app/{redacted}/vitals/crashes/ecfe9aba/details?versionCode=40103122%2C40103121%2C40103124%2C40103123

@ouchadam ouchadam added T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash Z-from playstore A-Emoji S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Occasional Affects or can be seen by some users regularly or most users rarely labels Dec 21, 2021
@ouchadam ouchadam self-assigned this Dec 21, 2021
@bmarty
Copy link
Member

bmarty commented Jan 6, 2022

Tentative fix will be included in 1.3.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Emoji O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash Z-from playstore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants