mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 08:13:55 +01:00
Removed Explore, Peer review, because we are at risk of being removed from Google Play tomorrow
This commit is contained in:
parent
1c7dce9e12
commit
aa84dedd64
5 changed files with 17 additions and 17 deletions
|
|
@ -478,13 +478,13 @@ after opening the app.
|
|||
* @param longitude current longitude of Nearby map
|
||||
*/
|
||||
fun loadExploreMapFromNearby(zoom: Double, latitude: Double, longitude: Double) {
|
||||
val bundle = Bundle()
|
||||
bundle.putDouble("prev_zoom", zoom)
|
||||
bundle.putDouble("prev_latitude", latitude)
|
||||
bundle.putDouble("prev_longitude", longitude)
|
||||
|
||||
loadFragment(ExploreFragment.newInstance(), false, bundle)
|
||||
setSelectedItemId(NavTab.EXPLORE.code())
|
||||
// val bundle = Bundle()
|
||||
// bundle.putDouble("prev_zoom", zoom)
|
||||
// bundle.putDouble("prev_latitude", latitude)
|
||||
// bundle.putDouble("prev_longitude", longitude)
|
||||
//
|
||||
// loadFragment(ExploreFragment.newInstance(), false, bundle)
|
||||
// setSelectedItemId(NavTab.EXPLORE.code())
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue