Merge pull request #1286 from trashkalmar/news-second-line

[android] fix: The second subtitle line in WhatsNew 3D.
This commit is contained in:
Dmitry Yunitsky 2016-01-07 21:30:11 +03:00
commit 46c52844f6

View file

@ -48,6 +48,9 @@ public class NewsFragment extends BaseMwmDialogFragment
mImages[i] = images.getResourceId(i, 0);
images.recycle();
// TODO: Temporary solution. Remove for the next WhatsNews
mSubtitles[0] += "\n\n" + MwmApplication.get().getString(R.string.whats_new_3d_update_maps);
}
@Override