Skip to content

Commit

Permalink
removed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
boombuler committed Apr 12, 2011
1 parent a6fec7f commit b863b65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/org/adw/launcher2/Workspace.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import android.content.pm.PackageManager;
import android.content.pm.ProviderInfo;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
Expand Down Expand Up @@ -1177,7 +1176,7 @@ private void onDropExternal(int x, int y, Object dragInfo, CellLayout cellLayout
{
newShortcutInfo.mIcon = newShortcutInfo.getIcon(mLauncher.getIconCache());
}

if ( shortcutInfo.mTitleInAppsDb )
{
newShortcutInfo.mTitle = newShortcutInfo.getTitle(mLauncher.getIconCache());
Expand Down

0 comments on commit b863b65

Please sign in to comment.