ref: update copy and make 1MB default MMS file limit
This commit is contained in:
parent
c3c2ce4ee3
commit
b27d3ab795
25 changed files with 75 additions and 68 deletions
|
|
@ -771,8 +771,8 @@ fun Context.getMMSFileLimitText(size: Long) = getString(
|
|||
FILE_SIZE_200_KB -> R.string.mms_file_size_limit_200kb
|
||||
FILE_SIZE_300_KB -> R.string.mms_file_size_limit_300kb
|
||||
FILE_SIZE_600_KB -> R.string.mms_file_size_limit_600kb
|
||||
FILE_SIZE_1000_KB -> R.string.mms_file_size_limit_1000kb
|
||||
FILE_SIZE_2000_KB -> R.string.mms_file_size_limit_2000kb
|
||||
FILE_SIZE_1_MB -> R.string.mms_file_size_limit_1mb
|
||||
FILE_SIZE_2_MB -> R.string.mms_file_size_limit_2mb
|
||||
else -> R.string.mms_file_size_limit_none
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue