Add a comment to explain the hack

This commit is contained in:
Sylvain Berfini 2011-11-03 15:14:57 +01:00
parent bc0412131d
commit 532cff536e
2 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,6 @@ public final class ContactHelper {
return foundPhotoUri; return foundPhotoUri;
} }
private String displayName; private String displayName;
public String getDisplayName() { public String getDisplayName() {
return displayName; return displayName;

View file

@ -85,6 +85,7 @@ public class HistoryActivity extends ListActivity {
return true; return true;
} }
// Fix the menu from crashing the activity
@Override @Override
public boolean onPrepareOptionsMenu(Menu menu) { public boolean onPrepareOptionsMenu(Menu menu) {
return true; return true;