If the title is empty, do not attempt to save a bookmark.

Bug: 2952641
Change-Id: I9efa2536478ceedaaeaac992bd70efa2e538f615
diff --git a/src/com/android/browser/AddBookmarkPage.java b/src/com/android/browser/AddBookmarkPage.java
index 10c91f8..f287e8e 100644
--- a/src/com/android/browser/AddBookmarkPage.java
+++ b/src/com/android/browser/AddBookmarkPage.java
@@ -210,8 +210,8 @@
                     Toast.makeText(AddBookmarkPage.this, R.string.bookmark_needs_url,
                             Toast.LENGTH_LONG).show();
                 }
-                return false;
             }
+            return false;
 
         }
         String url = unfilteredUrl.trim();