Integrate notifications API

This commit is contained in:
maskara 2018-01-08 12:59:17 +05:30
parent d78c7befbd
commit 28a6a3b71d
32 changed files with 1013 additions and 58 deletions

View file

@ -89,7 +89,7 @@ public class TestCommonsApplication extends CommonsApplication {
}
@Override
public MediaWikiApi provideMediaWikiApi() {
public MediaWikiApi provideMediaWikiApi(Context context) {
return mediaWikiApi;
}