mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-04 08:01:08 +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
|
||||
@Override
|
||||
public View getView(int position, View convertView, ViewGroup parent) {
|
||||
public View getView(int position, View convertView, @NonNull ViewGroup parent) {
|
||||
View row = convertView;
|
||||
if (row == null) {
|
||||
LayoutInflater inflater = getLayoutInflater();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue