mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-06-04 23:54:05 +00:00
Rm unused method
This commit is contained in:
parent
1009dc4d4e
commit
d131d3399a
@ -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…
x
Reference in New Issue
Block a user