unify comments

This commit is contained in:
sonora 2014-12-06 09:42:57 +01:00
parent 1f5d846c1f
commit 655d0747ad
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
android:textSize="20sp" />
</LinearLayout>
<!-- TODO: All Copyright notes and links should be removed here, have moved to the 'About' screen -->
<!-- TODO: All Copyright notes and links should be removed here, have been put on the 'About' screen -->
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"

View file

@ -120,7 +120,7 @@ public class DashboardActivity extends BaseDownloadActivity {
textVersionView.setText(textVersion);
final SharedPreferences prefs = getApplicationContext().getSharedPreferences("net.osmand.settings", MODE_WORLD_READABLE);
//TODO: textversionview should be totally removed here as it has been moved to the About screen
//TODO: All Copyright notes and links should be removed here, have been put on the 'About' screen
textVersionView.setVisibility(View.GONE);
textVersionView.setOnClickListener(new OnClickListener(){