1
0
Fork 1

Give a name for WebXDC

(cherry picked from commit 3219ef793f9163d708ffe4f4d7f404ae7ef29175)
This commit is contained in:
Stephen Paul Weber 2024-04-30 19:18:49 -05:00 committed by Arne
parent 19fb7e7eac
commit 54cc299657

View file

@ -582,6 +582,8 @@ public class UIHelper {
return context.getString(R.string.ebook);
} else if (mime.equals("application/gpx+xml")) {
return context.getString(R.string.gpx_track);
} else if (mime.equals("application/xdc+zip")) {
return "Widget";
} else if (mime.equals("text/plain")) {
return context.getString(R.string.plain_text_document);
} else {