Summary:
Currently, some classes contain unused imports. To improve code quality and make the app-building faster, these unused imports should be removed.
A few files that contain unused imports are:
- SessionManager.java
- BookmarkPicturesController.java
- Bookmark.java
- CacheController.java
- CampaignsPresenter.java
Similarly, go through other classes and remove all unused imports. Unused imports show up in a dull gray color when the file is opened in android studio, unlike used imports which appear in white color.
Would you like to work on the issue?
Opening for GCI