Skip to content

Commit

Permalink
updated readme. formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
powerpoint45 committed Feb 2, 2018
1 parent 5dfff68 commit 105735b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ I did not reinvent wheels. I am very appreciative of all those devs who make thi
Just in case you missed the download link mentioned in the article.
[Download Here](https://github.com/powerpoint45/dtube-mobile-unofficial/releases/)

# Discord
Join our Dtube Mobile Unofficial [Discord](https://discord.gg/3h88GDb)

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@immawake/introducing-the-dtube-mobile-app-unofficial-android-app">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
6 changes: 0 additions & 6 deletions app/src/main/java/com/powerpoint45/dtube/LoginActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,7 @@ public void onRequestPermissionsResult(int requestCode,String permissions[], int
if (grantResults.length > 0
&& grantResults[0] == PackageManager.PERMISSION_GRANTED) {
qrButtonClicked(new View(this));


} else {

// permission denied, boo! Disable the
}
return;
}
}
}
Expand Down

0 comments on commit 105735b

Please sign in to comment.