android 检查fragment是否已绑定到activity

if(isAdded){ // 肯定fragment是否绑定到Activity
            mPhotoRecyclerView.adapter = PhotoAdpter(mItems)
        }