mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Removed InfoListAdapter from checkstyle-suppressions
because if you modify something in the code the suppressions-file no longer matches
This commit is contained in:
		| @@ -212,6 +212,7 @@ public class InfoListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolde | ||||
|         return count; | ||||
|     } | ||||
|  | ||||
|     @SuppressWarnings("FinalParameters") | ||||
|     @Override | ||||
|     public int getItemViewType(int position) { | ||||
|         if (DEBUG) { | ||||
| @@ -284,6 +285,7 @@ public class InfoListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolde | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     @SuppressWarnings("FinalParameters") | ||||
|     @Override | ||||
|     public void onBindViewHolder(@NonNull final RecyclerView.ViewHolder holder, int position) { | ||||
|         if (DEBUG) { | ||||
|   | ||||
| @@ -7,10 +7,6 @@ | ||||
|     files="LocalItemListAdapter.java" | ||||
|     lines="232,304"/> | ||||
|  | ||||
|   <suppress checks="FinalParameters" | ||||
|     files="InfoListAdapter.java" | ||||
|     lines="253,325"/> | ||||
|  | ||||
|   <suppress checks="FinalParameters" | ||||
|     files="ListHelper.java" | ||||
|     lines="280,312"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex