Commit 71e50a3f authored by Alice Wang's avatar Alice Wang Committed by Commit Bot

[Signin][Android] Remove redundant scroll offset in bottom sheet

This CL removes redundant scrolling offset implementation in web
sign-in bottom sheet.

Bug: 1093795
Change-Id: I2b1e87e56a1b0b62ef237b7dad6c168143294aa7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333836Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Commit-Queue: Alice Wang <aliceywang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795859}
parent eb9e3371
...@@ -122,7 +122,7 @@ class AccountPickerBottomSheetView implements BottomSheetContent { ...@@ -122,7 +122,7 @@ class AccountPickerBottomSheetView implements BottomSheetContent {
@Override @Override
public int getVerticalScrollOffset() { public int getVerticalScrollOffset() {
return mAccountListView.computeVerticalScrollOffset(); return 0;
} }
@Override @Override
......
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