Skip to content

Handler_Inject.injectFragment方法注入导致空指针,什么原因呢? #6

Description

@SoledadMax

View view = inflater.inflate(R.layout.bottom_menu, container,false);
bottom_info = (ImageButton)view.findViewById(R.id.bottom_info);
bottom_media = (ImageButton)view.findViewById(R.id.bottom_media);
bottom_home = (ImageView)view.findViewById(R.id.bottom_home);
Handler_Inject.injectFragment(this, view);
return view;
2.@injectlayer(R.layout.activity_home)会在下面这句代码里面出现参数非法的错误
fragmentTransaction.add(R.id.bottomMenu, bottomFragment);

请问这种错误应该怎么解决?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions