mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
More cleanup based on comments
This commit is contained in:
parent
eb3e448452
commit
7c54e95321
7 changed files with 4 additions and 47 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue