mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	Inflateするレイアウトを間違えていたので修正
This commit is contained in:
		
							parent
							
								
									4770977e66
								
							
						
					
					
						commit
						04e0c9c05a
					
				| 
						 | 
				
			
			@ -44,7 +44,7 @@ public class LacertaApplyTagAdapter extends RecyclerView.Adapter<LacertaApplyTag
 | 
			
		|||
    @NonNull
 | 
			
		||||
    @Override
 | 
			
		||||
    public LacertaApplyTagAdapter.LacertaApplyTagViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) {
 | 
			
		||||
        View view = LayoutInflater.from(parent.getContext()).inflate(R.layout.lacerta_dialog_apply_tag, parent, false);
 | 
			
		||||
        View view = LayoutInflater.from(parent.getContext()).inflate(R.layout.apply_tag_list_item, parent, false);
 | 
			
		||||
        return new LacertaApplyTagAdapter.LacertaApplyTagViewHolder(view);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user