You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Create a placeholder IdAndLabels object and add it to the list
874
-
mutableIdAndLabels.add(
874
+
mutableIdAndCaptions.add(
875
875
IdAndLabels(
876
876
id = media?.pageId ?:"", // Use an empty string if media?.pageId is null
877
877
labels =mapOf(Locale.getDefault().language to getString(R.string.detail_panel_cats_none)) // Create a Map with the language as the key and the message as the value
@@ -880,7 +880,7 @@ class MediaDetailFragment : CommonsDaggerSupportFragment(), CategoryEditHelper.C
880
880
}
881
881
882
882
val locale:String=Locale.getDefault().language
883
-
for (idAndCaption:IdAndLabelsinmutableIdAndLabels) {
0 commit comments