Revert "reuse findViewById result to avoid lint error"

This reverts commit b5e9dcc78b.
This commit is contained in:
Daniel Micay 2020-05-28 13:51:31 -04:00
parent 1df21568f1
commit c8058db470
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
// loader manager impl so that the result will be delivered.
LoaderManager.getInstance(this);
snackbar = Snackbar.make(mWebView, "", Snackbar.LENGTH_LONG);
snackbar = Snackbar.make(findViewById(R.id.webview), "", Snackbar.LENGTH_LONG);
final Intent intent = getIntent();
if (Intent.ACTION_VIEW.equals(intent.getAction())) {