зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d698f2cfc7
Коммит
df7a052083
|
@ -177,16 +177,6 @@ public class ActionBarPresenter {
|
|||
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() {
|
||||
mActionBar.setDisplayHomeAsUpEnabled(true);
|
||||
final Drawable icon = mActionBar.getThemedContext().getDrawable(R.drawable.ic_close_light);
|
||||
|
|
Загрузка…
Ссылка в новой задаче