patch kiosk

This commit is contained in:
CypherpunkSamurai 2023-03-09 23:51:18 +05:30
parent e649afa226
commit 79728ef106
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ public final class KioskTranslator {
private KioskTranslator() { }
public static String getTranslatedKioskName(final String kioskId, final Context c) {
if (kioskId == null) {
return "";
}
switch (kioskId) {
case "Trending":
return c.getString(R.string.trending);