mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fixed compilation of mobile version of Forge.
This commit is contained in:
@@ -117,9 +117,9 @@ public class CardZoom extends FOverlay {
|
||||
}
|
||||
if (item instanceof InventoryItem) {
|
||||
InventoryItem ii = (InventoryItem)item;
|
||||
return new CardView(-1, ii.getName(), null, ImageKeys.getImageKey(ii, false));
|
||||
return new CardView(-1, null, ii.getName(), null, ImageKeys.getImageKey(ii, false));
|
||||
}
|
||||
return new CardView(-1, item.toString());
|
||||
return new CardView(-1, null, item.toString());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user