ADD week 5
This commit is contained in:
		| @@ -0,0 +1,17 @@ | ||||
| package androidx.fragment.app; | ||||
|  | ||||
| import android.content.Context; | ||||
| import android.os.Bundle; | ||||
| import android.view.View; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| public abstract class FragmentContainer { | ||||
|     public abstract View onFindViewById(int i); | ||||
|  | ||||
|     public abstract boolean onHasView(); | ||||
|  | ||||
|     @Deprecated | ||||
|     public Fragment instantiate(Context context, String str, Bundle bundle) { | ||||
|         return Fragment.instantiate(context, str, bundle); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user