mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
theme share icon
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
8a5a6ce9b0
commit
e327e6a7c0
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ public class FileDetailFragment extends FileFragment implements OnClickListener,
|
|||
}
|
||||
|
||||
item = menu.findItem(R.id.action_send_share_file);
|
||||
ThemeUtils.tintDrawable(item.getIcon(), ThemeUtils.fontColor());
|
||||
item.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
|
||||
|
||||
if(getFile().isSharedWithMe() && !getFile().canReshare()){
|
||||
|
|
Loading…
Reference in a new issue