Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Dec 12, 2023
1 parent fa33855 commit e83aaf4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
import com.google.android.material.snackbar.Snackbar;
import com.google.android.material.tabs.TabLayout;
import com.google.android.material.tabs.TabLayoutMediator;
import com.google.android.material.textfield.MaterialAutoCompleteTextView;
import com.google.android.material.textfield.TextInputLayout;

import static be.ugent.zeus.hydra.common.utils.FragmentUtils.registerMenuProvider;
Expand All @@ -90,7 +89,7 @@ public class RestoFragment extends Fragment implements
private MenuViewModel menuViewModel;
private SelectableMetaViewModel metaViewModel;
private TextInputLayout exposedDropdown;
private MaterialAutoCompleteTextView exposedDropdownContents;
private AutoCompleteTextView exposedDropdownContents;
private ProgressBar exposedDropdownProgress;
private View exposedDropdownWrapper;
private TabLayout tabLayout;
Expand Down

0 comments on commit e83aaf4

Please sign in to comment.