Make ShellTabLayoutAppearanceTracker public (#6530)

fixes #6529
This commit is contained in:
Gerald Versluis 2019-06-20 01:30:33 +02:00 коммит произвёл Samantha Houts
Родитель 4b8997b705
Коммит 578d0f92a4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@ using Android.Support.Design.Widget;
namespace Xamarin.Forms.Platform.Android
{
internal class ShellTabLayoutAppearanceTracker : IShellTabLayoutAppearanceTracker
public class ShellTabLayoutAppearanceTracker : IShellTabLayoutAppearanceTracker
{
bool _disposed;
IShellContext _shellContext;