Commit bc60fe5d authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Commit Bot

Android: Fix a BottomSheet crash bug

Bug: 994721
Change-Id: I59513333ac07d472c4ce66f8b54e606e3fd07bcf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758035Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#689206}
parent 233a618f
......@@ -1037,9 +1037,7 @@ public class BottomSheet
}
});
if (targetState != SheetState.HIDDEN) {
setInternalCurrentState(SheetState.SCROLLING, reason);
}
mSettleAnimator.start();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment