Skip to content

Commit

Permalink
build error
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Apr 26, 2019
1 parent 8bffe69 commit e251e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private void init() {
inflater.inflate(R.layout.emotion_layout, this);
// View.inflate(mContext, R.layout.emotion_layout, this);

mVpEmotioin = (ViewPager) findViewById(R.id.vpEmotioin);
mVpEmotioin = (ViewPagerFixed) findViewById(R.id.vpEmotioin);
mLlPageNumber = (LinearLayout) findViewById(R.id.llPageNumber);
mLlTabContainer = (LinearLayout) findViewById(R.id.llTabContainer);
mRlEmotionAdd = (RelativeLayout) findViewById(R.id.rlEmotionAdd);
Expand Down

0 comments on commit e251e14

Please sign in to comment.