Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 8d384f0

Browse files
committed
Fix interface implementation in tests
1 parent 503ca48 commit 8d384f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AndroidSupport.Tests/Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void Support_Design_Classes_Exist()
5858
var f = new Android.Support.Design.Widget.BottomSheetDialogFragment();
5959
}
6060

61-
public class ShellFlyoutTemplatedContentRenderer : Java.Lang.Object, AppBarLayout.IOnOffsetChangedListener, AppBarLayout.IBaseOnOffsetChangedListener
61+
public class ShellFlyoutTemplatedContentRenderer : Java.Lang.Object, AppBarLayout.IOnOffsetChangedListener
6262
{
6363
public void OnOffsetChanged(AppBarLayout appBarLayout, int verticalOffset)
6464
{

0 commit comments

Comments
 (0)