Fix NPE as splitting screen while call is ongoing

In case of Activity relaunch, framework dispatches multi-window
changed event earlier than calling onViewCreated, so that NPE happens.

To fix it, add null check.

Change-Id: Ice430ff29d141847e11298f630d060aeb8bbaf77
CRs-Fixed: 2710405
1 file changed