Merge "Launch Help & Feedback" into nyc-mr1-dev am: 1529a875db
am: bc250c382b
* commit 'bc250c382bbadf36fe20fa819d9722296fb08064':
Launch Help & Feedback
Change-Id: I568359105877d0b846874fb20fe7a763a124cac5
This commit is contained in:
@@ -179,9 +179,8 @@ public final class SupportItemAdapter extends RecyclerView.Adapter<SupportItemAd
|
||||
R.string.support_forum_title, 0 /* summary */,
|
||||
mSupportFeatureProvider.getForumIntent()));
|
||||
mSupportData.add(new SupportData(TYPE_SUPPORT_TILE, R.drawable.ic_help_24dp,
|
||||
R.string.support_articles_title, 0 /* summary */, null /*intent */));
|
||||
mSupportData.add(new SupportData(TYPE_SUPPORT_TILE, R.drawable.ic_feedback_24dp,
|
||||
R.string.support_feedback_title, 0 /* summary */, null /*intent */));
|
||||
R.string.help_feedback_label, 0 /* summary */,
|
||||
mSupportFeatureProvider.getHelpIntent(mActivity)));
|
||||
}
|
||||
|
||||
private void bindEscalationOptions(ViewHolder holder, SupportData data) {
|
||||
|
Reference in New Issue
Block a user