ProfileDownloadFragment: make OK always appear as action
All checks were successful
/ build-debug (push) Successful in 5m19s

This commit is contained in:
Peter Cai 2024-05-20 18:09:49 -04:00
parent fc4e5739de
commit 3869374140

View file

@ -17,5 +17,5 @@
android:id="@+id/ok"
android:icon="@drawable/ic_check_black"
android:title="@string/profile_download_ok"
app:showAsAction="ifRoom"/>
app:showAsAction="always"/>
</menu>