]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/dialogs/DownloadImageDialog.java
Autopopulate the text in the create bookmark and create shortcut dialog boxes. Imple...
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / dialogs / DownloadImageDialog.java
index 6251e5e2732fca01bf69509d9f235aa760ba2395..eb45dd1bc8e3313e373df3c19a805b896fc6bcf4 100644 (file)
@@ -137,7 +137,6 @@ public class DownloadImageDialog extends AppCompatDialogFragment {
 
         // Set the text for `downloadImageNameTextView`.
         EditText downloadImageNameTextView = (EditText) alertDialog.findViewById(R.id.download_image_name);
-        assert downloadImageNameTextView != null;  // Remove the warning on the following line that `downloadImageNameTextView` might be `null`.
         downloadImageNameTextView.setText(imageFileName);
 
         // Allow the `enter` key on the keyboard to save the file from `downloadImageNameTextView`.