@Override
 public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
   super.onViewCreated(view, savedInstanceState);
   setRefreshing(true);
 }
 public static void start(Context context, String uid) {
   context.startActivity(
       FragmentActivity.getStartIntent(
           context, UserAttentionsFragment.class, UserListFragment.getStartBundle(uid)));
 }