Early return in RemoteViewsAdapter is too late

The constuctor RemoteViewsAdapter implements an early
return throwing an exception if intent is null.
However the intent is used before it is checked.

Moving early return before use of the intent.

Change-Id: If847245b3b9f21111805f301717080c81474cad7
1 file changed