Add explanation for keeping an emty View interface under NearbyListContract

This commit is contained in:
neslihanturan 2019-05-12 10:36:39 +03:00
parent c7533eba0f
commit b9d9548126

View file

@ -9,7 +9,7 @@ package fr.free.nrw.commons.nearby.mvp;
public interface NearbyListContract {
interface View extends NearbyContract.View {
// Even if this is empty for now, I keep this one for code consistency
}
interface UserActions extends NearbyContract.UserActions {