mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-04 16:11:11 +01:00
Add @NonNull annotation
This commit is contained in:
parent
019aa44837
commit
6aa0492434
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ public final class TermuxActivity extends Activity implements ServiceConnection
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
@Override
|
@Override
|
||||||
public View getView(int position, View convertView, ViewGroup parent) {
|
public View getView(int position, View convertView, @NonNull ViewGroup parent) {
|
||||||
View row = convertView;
|
View row = convertView;
|
||||||
if (row == null) {
|
if (row == null) {
|
||||||
LayoutInflater inflater = getLayoutInflater();
|
LayoutInflater inflater = getLayoutInflater();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue