mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add explanation for keeping an emty View interface under NearbyListContract
This commit is contained in:
parent
c7533eba0f
commit
b9d9548126
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue