Improved formatting

This commit is contained in:
PaulStets 2018-05-15 15:00:08 +03:00
parent 001448b607
commit 7959a2fb66

View file

@ -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;