Skip to content

Commit

Permalink
Uncomment the toString override from ApplicationInfo to fix double-di…
Browse files Browse the repository at this point in the history
…sapearing desktop icons when removing one
  • Loading branch information
AnderWeb committed Sep 2, 2010
1 parent a105806 commit 28be6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/android/launcher/ApplicationInfo.java
Expand Up @@ -122,12 +122,12 @@ void onAddToDatabase(ContentValues values) {
}
}

/*@Override
@Override
public String toString() {
return title.toString();
}

@Override
/*@Override
public boolean equals(Object aThat) {
// check for self-comparison
if (this == aThat)
Expand Down

0 comments on commit 28be6a9

Please sign in to comment.