mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix codecy failures
This commit is contained in:
parent
83727e43e6
commit
a2a2589df3
1 changed files with 1 additions and 2 deletions
|
|
@ -404,7 +404,6 @@ public class MediaDetailFragment extends Fragment {
|
||||||
}
|
}
|
||||||
SimpleDateFormat formatter = new SimpleDateFormat("dd MMM yyyy");
|
SimpleDateFormat formatter = new SimpleDateFormat("dd MMM yyyy");
|
||||||
String formattedDate = formatter.format(date);
|
String formattedDate = formatter.format(date);
|
||||||
// Timber.d("Media uploaded date is: s%", formattedDate);
|
|
||||||
return formattedDate;
|
return formattedDate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue