Some general-purpose lint cleanup
This commit is contained in:
parent
7795a5f733
commit
0ef2e07cf4
17 changed files with 24 additions and 31 deletions
|
|
@ -568,7 +568,7 @@ public class RouterActivity extends AppCompatActivity {
|
|||
}
|
||||
}
|
||||
}
|
||||
return result.toArray(new String[result.size()]);
|
||||
return result.toArray(new String[0]);
|
||||
}
|
||||
|
||||
private static class AdapterChoiceItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue