Skip to content

Commit 1a422ae

Browse files
authored
Merge pull request #68 from Aga-C/fix-sort-by
Fixed sort by in the mime types menu (#67)
2 parents 706da69 + b5c2c6a commit 1a422ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/menu/menu_mimetypes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
android:id="@+id/sort"
1414
android:icon="@drawable/ic_sort_vector"
1515
android:title="@string/sort_by"
16-
app:showAsAction="ifRoom" />
16+
app:showAsAction="always" />
1717
<item
1818
android:id="@+id/toggle_filename"
1919
android:icon="@drawable/ic_label_vector"

0 commit comments

Comments
 (0)