Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14025487
D15074.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
898 B
Referenced Files
None
Subscribers
None
D15074.diff
View Options
diff --git a/src/view/phui/PHUIListItemView.php b/src/view/phui/PHUIListItemView.php
--- a/src/view/phui/PHUIListItemView.php
+++ b/src/view/phui/PHUIListItemView.php
@@ -19,7 +19,6 @@
private $isExternal;
private $key;
private $icon;
- private $appIcon;
private $selected;
private $disabled;
private $renderNameAsTooltip;
@@ -179,7 +178,7 @@
$classes[] = 'phui-list-item-view';
$classes[] = 'phui-list-item-'.$this->type;
- if ($this->icon || $this->appIcon) {
+ if ($this->icon) {
$classes[] = 'phui-list-item-has-icon';
}
@@ -279,12 +278,6 @@
->setImage($this->profileImage);
}
- if ($this->appIcon) {
- $icon = id(new PHUIIconView())
- ->addClass('phui-list-item-icon')
- ->setIconFont($this->appIcon);
- }
-
$classes = array();
if ($this->href) {
$classes[] = 'phui-list-item-href';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 6:23 PM (11 h, 42 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6715774
Default Alt Text
D15074.diff (898 B)
Attached To
Mode
D15074: Remove unused `appIcon` from PHUIListItemView
Attached
Detach File
Event Timeline
Log In to Comment