fix some lint warnings

This commit is contained in:
Konrad Pozniak 2019-04-20 22:36:44 +02:00 committed by Konrad Pozniak
commit ef66deeae7
36 changed files with 52 additions and 105 deletions

View file

@ -118,7 +118,7 @@ public abstract class BaseActivity extends AppCompatActivity implements Injectab
return true;
}
private int textStyle(String name) {
private static int textStyle(String name) {
int style;
switch (name) {
case "smallest":