Skip to content

Commit

Permalink
删除复制数据代码
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchao0206 committed Apr 23, 2019
1 parent 51ccf39 commit e629165
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
public class HomeActivity extends BaseActivity {

private HomeViewModel mViewModel;
private HomeActivityBinding mBinding;
private com.coderpage.mine.app.tally.module.home.HomeActivityBinding mBinding;
private HomeAdapter mAdapter;
private TwinklingRefreshLayout mRefreshLayout;

Expand All @@ -51,7 +51,7 @@ protected void onCreate(Bundle savedInstanceState) {

initView();
subscribeUi();
copyDatabaseFileToSdcard();
// copyDatabaseFileToSdcard();
}

@Override
Expand Down

0 comments on commit e629165

Please sign in to comment.