Add ability to favorite even shared files
This commit is contained in:
parent
2bbb27a55c
commit
7f3602c5cc
1 changed files with 1 additions and 3 deletions
|
@ -115,9 +115,7 @@ class _DetailPageState extends State<DetailPage> {
|
|||
|
||||
AppBar _buildAppBar() {
|
||||
final actions = List<Widget>();
|
||||
if (_files[_selectedIndex].localID != null) {
|
||||
actions.add(_getFavoriteButton());
|
||||
}
|
||||
actions.add(_getFavoriteButton());
|
||||
actions.add(PopupMenuButton(
|
||||
itemBuilder: (context) {
|
||||
return [
|
||||
|
|
Loading…
Add table
Reference in a new issue