We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f4dd1 commit b5e9dccCopy full SHA for b5e9dcc
app/src/main/java/org/grapheneos/pdfviewer/PdfViewer.java
@@ -283,7 +283,7 @@ public void onZoomEnd() {
283
// loader manager impl so that the result will be delivered.
284
LoaderManager.getInstance(this);
285
286
- snackbar = Snackbar.make(findViewById(R.id.webview), "", Snackbar.LENGTH_LONG);
+ snackbar = Snackbar.make(mWebView, "", Snackbar.LENGTH_LONG);
287
288
final Intent intent = getIntent();
289
if (Intent.ACTION_VIEW.equals(intent.getAction())) {
0 commit comments