fix some lint warnings
This commit is contained in:
parent
1ae3e86378
commit
ef66deeae7
36 changed files with 52 additions and 105 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue