More cleanup based on comments

This commit is contained in:
maskara 2018-01-14 02:09:32 +05:30
parent eb3e448452
commit 7c54e95321
7 changed files with 4 additions and 47 deletions

View file

@ -15,11 +15,6 @@ public class WikiAccountAuthenticatorService extends CommonsDaggerService {
@Inject MediaWikiApi mwApi;
private WikiAccountAuthenticator wikiAccountAuthenticator = null;
@Override
public void onCreate() {
super.onCreate();
}
@Override
public IBinder onBind(Intent intent) {
if (!intent.getAction().equals(ACTION_AUTHENTICATOR_INTENT)) {