@ -447,7 +447,7 @@ public class BookmarkManager {
*
* @return the current folder
*/
@Nullable
@NonNull
public String getCurrentFolder() {
return mCurrentFolder;
}
@ -63,7 +63,7 @@ public class HistoryItem implements Comparable<HistoryItem> {
this.mImageId = id;
public void setBitmap(Bitmap image) {
public void setBitmap(@Nullable Bitmap image) {
mBitmap = image;