防止礼包页面软键盘导致的闪屏

This commit is contained in:
khy
2017-03-02 14:36:40 +08:00
parent 7b203bedfc
commit 8e7fcfb746
6 changed files with 14 additions and 8 deletions

View File

@ -283,7 +283,7 @@ public class FileSenderActivity extends BaseActivity implements FileSenderAdapte
@Override
public void onProgress(long progress, long total) {
Utils.log("快传文件发送中..." + progress + "==" + total + "==" + fileInfo.getName());
// Utils.log("快传文件发送中..." + progress + "==" + total + "==" + fileInfo.getName());
fileInfo.setProgress(progress);
Message message = new Message();
message.what = FileInfo.FLAG_DEFAULT;