thebaztet

Results 3 comments of thebaztet

Hello ! This error was caused by a typo on [NewsReaderListActivity.java](https://github.com/nextcloud/news-android/blob/master/News-Android-App/src/main/java/de/luhmer/owncloudnewsreader/NewsReaderListActivity.java). ``` switch(selectedBrowser) { case 0: openRssItemInCustomTab(currentUrl); break; case 1: //openRssItemInInternalBrowser(currentUrl); break; case 2: openRssItemInExternalBrowser(currentUrl); break; } ``` The values...

You're right ! I just amended my commit accordingly. By the way, is it a problem if I use an anonymous account ? I checked the [guidelines](https://github.com/wechange-eg/nextcloud-server/blob/master/.github/CONTRIBUTING.md) and understood it...

Sorry too for the delay, I wasn't at home. Please find the merge request above. :) By anonymous, I meant an account with not personal informations in it. But it's...