@Override public void onResume() { super.onResume(); if (!QuoteUtil.checkHasPermission(getActivity(), this.category.id)) { return; } Log.d(TAG, "===subscribe onResume==="); List<Category> categories = Lists.newArrayList(this.category); MessageProxy.getInstance().subscribe(categories, this); ChartProxy.setTarget(this); showGuide(); }
@Override public void onResume() { super.onResume(); subscribeQuoteData(); }