|
@@ -267,8 +267,9 @@ public class MainActivity extends BaseActivity {
|
|
|
homeView.mBaseView.setOnLongClickListener(new HomePagerOnLongClick());
|
|
|
|
|
|
mPagesDatas.set(1, homeView.mBaseView);
|
|
|
- mViewPagerAdapter.notifyDataSetChanged();
|
|
|
+ homeView.destroyView();
|
|
|
homeView.refreshTime();
|
|
|
+ mViewPagerAdapter.notifyDataSetChanged();
|
|
|
}
|
|
|
|
|
|
public void addQuickApps(int viewIndex, int appIndex, String packageName) {
|