Is there a way to find the current widget kind from a view or static function?
The use case is:
We have a standard text view that is used across two different widgets. However the strings displayed will be different in each widget. How can I find out which widget is using the view at runtime?
Thanks!
The use case is:
We have a standard text view that is used across two different widgets. However the strings displayed will be different in each widget. How can I find out which widget is using the view at runtime?
Thanks!