Don't show Share menu for new contacts
This commit is contained in:
2
TODO
2
TODO
@@ -1,6 +1,4 @@
|
||||
Fixes:
|
||||
- Hide old password field in SetPasswordFragment if none is set
|
||||
- Don't show Share menu for new contacts
|
||||
- Fix tick over selected emails
|
||||
- Refine view email page
|
||||
-- Delete/read/unread/move actions that don't break everything
|
||||
|
||||
@@ -181,7 +181,8 @@ public class EditContactFragment extends EditPictureFragment {
|
||||
shareIntent.putExtra(Intent.EXTRA_TEXT, mDestination);
|
||||
shareIntent.setType("text/plain");
|
||||
shareActionProvider.setShareIntent(shareIntent);
|
||||
}
|
||||
} else
|
||||
item.setVisible(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user