Bug 1348718 - Remove useless method r=sebastian

No need to export text primary color anymore.

MozReview-Commit-ID: 3SgJMviTcB5

--HG--
extra : rebase_source : 83c336797afe5400c98c3697316a626a7fefc27c
This commit is contained in:
Julian_Chu 2017-04-07 14:23:34 +08:00
Родитель d698f2cfc7
Коммит df7a052083
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -177,16 +177,6 @@ public class ActionBarPresenter {
mUrlView.setOnLongClickListener(listener); mUrlView.setOnLongClickListener(listener);
} }
/**
* To get primary color of Title of ActionBar
*
* @return color code of primary color
*/
@ColorInt
public int getTextPrimaryColor() {
return mTextPrimaryColor;
}
private void initIndicator() { private void initIndicator() {
mActionBar.setDisplayHomeAsUpEnabled(true); mActionBar.setDisplayHomeAsUpEnabled(true);
final Drawable icon = mActionBar.getThemedContext().getDrawable(R.drawable.ic_close_light); final Drawable icon = mActionBar.getThemedContext().getDrawable(R.drawable.ic_close_light);