I'm storing a thumbnail picture with my data as an asset. On the Wear side, it doesn't show up sometimes. However, if I debug, I can clearly see that the DataMapItem does contain a HashMapEntry with key "photo" and data behind it "Asset[@<RANDOM_CHARACTERS>]"
However, calling dataMapItem.getDataMap().getAsset("photo") returns null.