光环助手V3.2数据统计需求(登录,问答精选刷新)
This commit is contained in:
@ -41,14 +41,6 @@ public abstract class NormalActivity extends BaseActivity implements ToolbarCont
|
||||
return null;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
protected static Intent getIntent(Context context, Class<? extends NormalFragment> t) {
|
||||
Intent intent = new Intent(context, NormalActivity.class);
|
||||
intent.putExtra(NORMAL_FRAGMENT_NAME, t.getCanonicalName());
|
||||
return intent;
|
||||
}
|
||||
|
||||
|
||||
protected static Intent getTargetIntent(Context context, Class<? extends NormalActivity> cls, Class<? extends NormalFragment> t, Bundle bundle) {
|
||||
Intent intent = new Intent(context, cls);
|
||||
intent.putExtra(NORMAL_FRAGMENT_NAME, t.getCanonicalName());
|
||||
|
||||
Reference in New Issue
Block a user