Merge "Use DataUsageFormatter to format app data usage" into main
This commit is contained in:
@@ -113,7 +113,7 @@ private class AppDataUsagePresenter(
|
||||
} else {
|
||||
context.getString(
|
||||
R.string.data_summary_format,
|
||||
appUsageData.formatUsage(context),
|
||||
appUsageData.formatUsage(context).displayText,
|
||||
appUsageData.formatStartDate(context),
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user