mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add NearbyFragment which will hold NearbyMapFragment and NearbyListFragment
This commit is contained in:
parent
19415d94e9
commit
169fcb5727
2 changed files with 7 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class ContributionsActivity
|
|||
private final int NEARBY_TAB_POSITION = 1;
|
||||
|
||||
public ContributionsFragment contributionsFragment;
|
||||
private NewNearbyFragment nearbyFragment;
|
||||
private NearbyFragment nearbyFragment;
|
||||
public boolean isContributionsFragmentVisible = true; // False means nearby fragment is visible
|
||||
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
package fr.free.nrw.commons.nearby;
|
||||
|
||||
import fr.free.nrw.commons.di.CommonsDaggerSupportFragment;
|
||||
|
||||
public class NearbyFragment extends CommonsDaggerSupportFragment {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue