ObjectDrawableReselectedNotification constructor
ObjectDrawableReselectedNotification(
- ObjectDrawable? drawable
Creates a ObjectDrawableReselectedNotification with the given drawable.
Implementation
ObjectDrawableReselectedNotification(ObjectDrawable? drawable)
: super(drawable);