use encodeToByteArray / decodeToString methods

This commit is contained in:
andrekir 2022-12-10 00:45:50 -03:00
parent e816b03f47
commit 5c3595931f
3 changed files with 3 additions and 10 deletions

View file

@ -52,7 +52,6 @@ import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.Job
import kotlinx.coroutines.cancel
import java.nio.charset.Charset
import java.text.DateFormat
import java.util.Date
import javax.inject.Inject
@ -106,8 +105,6 @@ eventually:
make a custom theme: https://github.com/material-components/material-components-android/tree/master/material-theme-builder
*/
val utf8: Charset = Charset.forName("UTF-8")
@AndroidEntryPoint
class MainActivity : BaseActivity(), Logging {