I have a watch face for Wear OS that I built several years ago. Recently, users have been complaining of crashes on the Galaxy Watch 4. I picked one up and found that Complication icons aren't properly loading on it. Calling complicationData.getIcon() returns an Icon, but calling loadDrawable() on that produces a null value. There must be a way to get Complication icons still? Plenty of watch faces have them.