Make AuthenticatedActivity abstract (per lint)

This commit is contained in:
Yusuke Matsubara 2016-07-09 12:47:50 +09:00
parent 943fcbc7ea
commit 08bc52e457
4 changed files with 3 additions and 11 deletions

View file

@ -188,7 +188,6 @@ public class ContributionsActivity
@Override
protected void onAuthFailure() {
super.onAuthFailure();
finish(); // If authentication failed, we just exit
}