mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-10-30 23:10:48 +00:00 
			
		
		
		
	引数関係を削除
This commit is contained in:
		
							parent
							
								
									a6167b98af
								
							
						
					
					
						commit
						b99277082d
					
				| @ -14,34 +14,13 @@ import android.view.ViewGroup; | |||||||
|  * create an instance of this fragment. |  * create an instance of this fragment. | ||||||
|  */ |  */ | ||||||
| public class DebugMenuVcsGeneralFragment extends Fragment { | public class DebugMenuVcsGeneralFragment extends Fragment { | ||||||
| 
 |  | ||||||
|     // TODO: Rename parameter arguments, choose names that match |  | ||||||
|     // the fragment initialization parameters, e.g. ARG_ITEM_NUMBER |  | ||||||
|     private static final String ARG_PARAM1 = "param1"; |  | ||||||
|     private static final String ARG_PARAM2 = "param2"; |  | ||||||
| 
 |  | ||||||
|     // TODO: Rename and change types of parameters |  | ||||||
|     private String mParam1; |  | ||||||
|     private String mParam2; |  | ||||||
| 
 |  | ||||||
|     public DebugMenuVcsGeneralFragment() { |     public DebugMenuVcsGeneralFragment() { | ||||||
|         // Required empty public constructor |         // Required empty public constructor | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     /** |     public static DebugMenuVcsGeneralFragment newInstance() { | ||||||
|      * Use this factory method to create a new instance of |  | ||||||
|      * this fragment using the provided parameters. |  | ||||||
|      * |  | ||||||
|      * @param param1 Parameter 1. |  | ||||||
|      * @param param2 Parameter 2. |  | ||||||
|      * @return A new instance of fragment DebugMenuVcsGeneralFragment. |  | ||||||
|      */ |  | ||||||
|     // TODO: Rename and change types and number of parameters |  | ||||||
|     public static DebugMenuVcsGeneralFragment newInstance(String param1, String param2) { |  | ||||||
|         DebugMenuVcsGeneralFragment fragment = new DebugMenuVcsGeneralFragment(); |         DebugMenuVcsGeneralFragment fragment = new DebugMenuVcsGeneralFragment(); | ||||||
|         Bundle args = new Bundle(); |         Bundle args = new Bundle(); | ||||||
|         args.putString(ARG_PARAM1, param1); |  | ||||||
|         args.putString(ARG_PARAM2, param2); |  | ||||||
|         fragment.setArguments(args); |         fragment.setArguments(args); | ||||||
|         return fragment; |         return fragment; | ||||||
|     } |     } | ||||||
| @ -49,10 +28,7 @@ public class DebugMenuVcsGeneralFragment extends Fragment { | |||||||
|     @Override |     @Override | ||||||
|     public void onCreate(Bundle savedInstanceState) { |     public void onCreate(Bundle savedInstanceState) { | ||||||
|         super.onCreate(savedInstanceState); |         super.onCreate(savedInstanceState); | ||||||
|         if (getArguments() != null) { | 
 | ||||||
|             mParam1 = getArguments().getString(ARG_PARAM1); |  | ||||||
|             mParam2 = getArguments().getString(ARG_PARAM2); |  | ||||||
|         } |  | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     @Override |     @Override | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user