student-hub / acs-upb-mobile

A mobile application for students at ACS UPB.
MIT License
27 stars 22 forks source link

Prevent use of S.of(context) via automated review. #225

Closed IoanaAlexandru closed 3 years ago

IoanaAlexandru commented 3 years ago

The context is no longer necessary to fetch localized strings, so the recommendation is to use S.current instead of S.of(context).