Skip to content

Commit

Permalink
提交缺失文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeman committed Dec 16, 2019
1 parent d621930 commit 6773eb8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
49 changes: 24 additions & 25 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -149,11 +149,6 @@ public Object instantiateItem(@NonNull ViewGroup container, int position) {
return imageView;
}

@Override
public int getItemPosition(@NonNull Object object) {
return POSITION_UNCHANGED;
}

@Override
public void destroyItem(@NonNull ViewGroup container, int position, @NonNull Object object) {
container.removeView((View) object);
Expand Down

0 comments on commit 6773eb8

Please sign in to comment.