mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Prevent crash
This commit is contained in:
@@ -4659,6 +4659,10 @@ public class RecyclerView extends ViewGroup implements ScrollingView,
|
||||
*/
|
||||
private void dispatchLayoutStep3() {
|
||||
mState.assertLayoutStep(State.STEP_ANIMATIONS);
|
||||
if ((State.STEP_ANIMATIONS & mState.mLayoutStep) == 0) {
|
||||
eu.faircode.email.Log.w(new Throwable("RecyclerView.dispatchLayoutStep3"));
|
||||
return;
|
||||
}
|
||||
startInterceptRequestLayout();
|
||||
onEnterLayoutOrScroll();
|
||||
mState.mLayoutStep = State.STEP_START;
|
||||
|
||||
Reference in New Issue
Block a user