patch kiosk

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

View File

@ -30,6 +30,8 @@ public final class KioskTranslator {
public static String getTranslatedKioskName(final String kioskId, final Context c) {
switch (kioskId) {
case (null):
return "";
case "Trending":
return c.getString(R.string.trending);
case "Top 50":