mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-24 16:07:04 +00:00
Rm unused method
This commit is contained in:
parent
1c503ce50e
commit
ddbfcf89c7
@ -219,11 +219,6 @@ public final class Localization {
|
|||||||
deletedCount, shortCount(context, deletedCount));
|
deletedCount, shortCount(context, deletedCount));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String replyCount(@NonNull final Context context, final int replyCount) {
|
|
||||||
return getQuantity(context, R.plurals.replies, 0, replyCount,
|
|
||||||
String.valueOf(replyCount));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param context the Android context
|
* @param context the Android context
|
||||||
* @param likeCount the like count, possibly negative if unknown
|
* @param likeCount the like count, possibly negative if unknown
|
||||||
|
Loading…
Reference in New Issue
Block a user