I have a fragment (F1) with a public method like thispublic void asd() { if (getActivity() == null) { Log.d("yes","it is null"); }}and yes when I call it ...
確定! 回上一頁