This commit is contained in:
Martijn van Dijk 2018-03-27 00:48:50 +02:00
Родитель 55add73403
Коммит 4250ceab2e
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -87,6 +87,8 @@ namespace MvvmCross.Droid.Support.V7.AppCompat
{
base.OnCreate(bundle);
ViewModel?.ViewCreated();
//TODO: Add setup init and startup here
}
protected override void OnDestroy()

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

@ -115,6 +115,8 @@ namespace MvvmCross.Platforms.Android.Views
{
base.OnCreate(bundle);
ViewModel?.ViewCreated();
//TODO: Add setup init and startup here
}
protected override void OnDestroy()