Improved formatting
This commit is contained in:
parent
001448b607
commit
7959a2fb66
1 changed files with 3 additions and 3 deletions
|
@ -70,9 +70,9 @@ public class WikiArticleHelper {
|
|||
private boolean isNightMode;
|
||||
|
||||
WikiArticleSearchTask(LatLon articleLatLon,
|
||||
MapActivity mapActivity,
|
||||
boolean nightMode,
|
||||
String url) {
|
||||
MapActivity mapActivity,
|
||||
boolean nightMode,
|
||||
String url) {
|
||||
this.articleLatLon = articleLatLon;
|
||||
weakMapActivity = new WeakReference<>(mapActivity);
|
||||
this.isNightMode = nightMode;
|
||||
|
|
Loading…
Reference in a new issue