You lose the default views' animations when Activity create is not first time.
[Log without ExitApplication]
** Service (starter) Create **
** Service (starter) Start **
** Activity (main) Create, isFirst = true ** here animations are ok
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
** Activity (main) Create, isFirst = false ** here no animations start
** Activity (main) Resume **
Activity.Finish, at least in Main Activity, is not enough to solve (and also it should not be the correct solution, I think).
Is this a bug?
[Log without ExitApplication]
** Service (starter) Create **
** Service (starter) Start **
** Activity (main) Create, isFirst = true ** here animations are ok
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
** Activity (main) Create, isFirst = false ** here no animations start
** Activity (main) Resume **
Activity.Finish, at least in Main Activity, is not enough to solve (and also it should not be the correct solution, I think).
Is this a bug?
Last edited: