Suspicious method call; should probably call "draw" rather than "onDraw"

来源:互联网 发布:淘宝上怎么卖高仿鞋 编辑:程序博客网 时间:2024/05/18 03:55

今天在写一个文本阅读器时,出现以下错误:

 Suspicious method call; should probably call "draw" rather than "onDraw"

怎么看代码都没有错误。后来想是不是方法名onDraw与系统的什么方法冲突了吗?于是改了onDraw的方法名,就正确了。

pagefactory.Change_onDraw(mCurPageCanvas);//pagefactory.onDraw(mCurPageCanvas);


0 0
原创粉丝点击