Environment
- CLI: 5.2.1
- Cross-platform modules: 5.2.2
- Android Runtime: 5.2.1
Describe the bug
Exception occurs on back navigation between single-frame and nested-frame pages:
android.content.res.Resources$NotFoundException: Unable to find resource ID #0xfffffff6
at android.content.res.ResourcesImpl.getResourceTypeName(ResourcesImpl.java:271)
at android.content.res.Resources.getResourceTypeName(Resources.java:1986)
at android.support.v4.app.FragmentManagerImpl.loadAnimation(FragmentManager.java:1172)
at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1543)
To Reproduce
- Define a frame root for your app (default page contains no frames i.e. we have single frame scenario)
- Navigate to a different page that contains additional frame (i.e. we now are in a nested frame scenario)
- Navigate back with android hardware button -- the exception above occurs
Expected behavior
Forward and back navigation between single-frame and nested-frame pages should work.
Sample project
Archive.zip
Reactions are currently unavailable
Environment
Describe the bug
Exception occurs on back navigation between single-frame and nested-frame pages:
To Reproduce
Expected behavior
Forward and back navigation between single-frame and nested-frame pages should work.
Sample project
Archive.zip