unify comments
This commit is contained in:
parent
1f5d846c1f
commit
655d0747ad
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue