Fix fragment lifecyle in legal credit screen

WebView was being created everytime onCreateView was called
on LegalPreviewFragment. The Webiew was never destroyed which
would cause a leak.Fixed to create LegalPreviewFragment only once
for the activity.

Change-Id: I34361171192d3e262a08929c066443c09dbed8ef
2 files changed