piggz / harbour-amazfish

Amazfit Bip support for SailfishOS
GNU General Public License v3.0
103 stars 51 forks source link

Use AlertCategory::CustomHuami instead of 0xfa magic constant #334

Closed jmlich closed 7 months ago

jmlich commented 7 months ago

There is an enum AlertCategory in AlertNotificationService.h which contain same value. In my opinion is code nicer when enum is used.