vickychijwani / quill

:ghost: [MOVED TO https://github.com/TryGhost/Ghost-Android] The beautiful Android app for your Ghost blog.
MIT License
553 stars 84 forks source link

Trim Blogurl in LoginActivity.java #114

Closed charany1 closed 8 years ago

charany1 commented 8 years ago

Many a times user enters blog url using auto-complete feature of keyboard like swiftkey , this automatically appends a space character to blogUrl which results in incorrect url .

Solution : Remove extra space by trimming blogUrl .