Add some comments
This commit is contained in:
Родитель
55add73403
Коммит
4250ceab2e
|
@ -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()
|
||||
|
|
Загрузка…
Ссылка в новой задаче