Add a comment to explain the hack
This commit is contained in:
parent
bc0412131d
commit
532cff536e
2 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,6 @@ public final class ContactHelper {
|
|||
return foundPhotoUri;
|
||||
}
|
||||
|
||||
|
||||
private String displayName;
|
||||
public String getDisplayName() {
|
||||
return displayName;
|
||||
|
|
|
@ -85,6 +85,7 @@ public class HistoryActivity extends ListActivity {
|
|||
return true;
|
||||
}
|
||||
|
||||
// Fix the menu from crashing the activity
|
||||
@Override
|
||||
public boolean onPrepareOptionsMenu(Menu menu) {
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue