Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
- obsolete fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Mar 3, 2020
1 parent 44f4b69 commit b2e9886
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@

namespace Xamarin.Forms.Platform.Android.AppCompat
{
public class TabbedPageRenderer : VisualElementRenderer<TabbedPage>, TabLayout.IOnTabSelectedListener, ViewPager.IOnPageChangeListener, IManageFragments, BottomNavigationView.IOnNavigationItemSelectedListener
public class TabbedPageRenderer : VisualElementRenderer<TabbedPage>,
#if __ANDROID_29__
TabLayout.IOnTabSelectedListener2,
#else
TabLayout.IOnTabSelectedListener,
#endif
ViewPager.IOnPageChangeListener, IManageFragments, BottomNavigationView.IOnNavigationItemSelectedListener
{
Drawable _backgroundDrawable;
Drawable _wrappedBackgroundDrawable;
Expand Down

0 comments on commit b2e9886

Please sign in to comment.