aconno/Sensorics

Remove Interface IconInfo

Closed this issue · 0 comments

The interface IconInfo has 2 methods. It has two classes that implement it. One implementing class only uses the one method while the other class only uses the other method. The design can be improved. Maybe just remove the interface.

Implementing classes: SavedDevicesFragment and ActionDetailsActivity.