I have a main map with markers representing persons. When you click on the pin marker, it pops up the annotation, then click that, should navigate to another page with another map on it and other content. The new page shows up, but where the 2nd map is on that page, the first map is what I see in it's place. This just started happening yesterday. It works on iOS with no problem, and worked on Android tablet and phone and simulator before yesterday.
Now I get these errors in my debug log:
08-11 15:36:18.440 I/System.out(19186): (HTTPLog)-Static: isSBSettingEnabled false
Thread finished: #25
The thread 'Unknown' (0x19) has exited with code 0 (0x0).
08-11 15:36:26.070 D/ViewRootImpl(19186): ViewPostImeInputStage ACTION_DOWN
08-11 15:36:27.530 D/ViewRootImpl(19186): ViewPostImeInputStage ACTION_DOWN
08-11 15:36:29.310 D/ViewRootImpl(19186): ViewPostImeInputStage ACTION_DOWN
08-11 15:36:30.440 D/ViewRootImpl(19186): ViewPostImeInputStage ACTION_DOWN
08-11 15:36:31.840 D/ViewRootImpl(19186): ViewPostImeInputStage ACTION_DOWN
08-11 15:36:32.640 D/ViewRootImpl(19186): ViewPostImeInputStage ACTION_DOWN
08-11 15:36:36.640 D/ViewRootImpl(19186): ViewPostImeInputStage ACTION_DOWN
08-11 15:36:36.860 I/InjectionManager(19186): dispatchOptionsItemSelected :md568c39de7734935f2c6394f51082357ad.MainActivity
[0:]
I can't make heads or tails of why this just started happening yesterday. No changes, no updates, same components. Any help would be greatly appreciated.