VK
Size: a a a
VK
MO
KA
I
Я
KA
Я
RJ
A
A
PN
A
A
A
A
АМ
if (!(Context is FormsAppCompatActivity activity)) return;https://github.com/ChasakisD/Xamarin.Forms-Coordinator-Workaround/blob/master/src/CoordinatorWorkaround/CoordinatorWorkaround.Android/Renderers/CoordinatorRenderer.cs#L74
_activity = activity;
_currentView = _activity.LayoutInflater.Inflate(Resource.Layout.Coordinator, this, false);
AddView(_currentView);
if (!(e.NewElement is CoordinatorPage view)) return;
var fragment = view.NestedContent?.CreateSupportFragment(_activity);
if (fragment == null) return;
var fragmentContainer = _currentView.FindViewById<FrameLayout>(Resource.Id.fragmentContainer);
_activity.SupportFragmentManager
.BeginTransaction()
.Replace(fragmentContainer.Id, fragment)
.Commit();
KA
АМ
SG
MO