]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/dialogs/AddDomainDialog.java
Move Clear and Exit to the top of the navigation menu. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / dialogs / AddDomainDialog.java
index cfba553e4f9587cc97fdb947af60cd4baac34361..4d84d1de5b3385d9f64c74733a2e4f4e32bc5aac 100644 (file)
@@ -52,7 +52,7 @@ public class AddDomainDialog extends DialogFragment {
     // `addDomainListener` is used in `onAttach()` and `onCreateDialog()`.
     private AddDomainListener addDomainListener;
 
     // `addDomainListener` is used in `onAttach()` and `onCreateDialog()`.
     private AddDomainListener addDomainListener;
 
-
+    @Override
     public void onAttach(Context context) {
         // Run the default commands.
         super.onAttach(context);
     public void onAttach(Context context) {
         // Run the default commands.
         super.onAttach(context);