Remove comment
This commit is contained in:
parent
a38a03c980
commit
2dfded7326
|
@ -19,9 +19,6 @@ package org.billcarsonfr.jsonviewer
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.util.TypedValue
|
import android.util.TypedValue
|
||||||
|
|
||||||
/**
|
|
||||||
* TODO Mutualize
|
|
||||||
*/
|
|
||||||
internal object Utils {
|
internal object Utils {
|
||||||
fun dpToPx(dp: Int, context: Context): Int {
|
fun dpToPx(dp: Int, context: Context): Int {
|
||||||
return TypedValue.applyDimension(
|
return TypedValue.applyDimension(
|
||||||
|
|
Loading…
Reference in New Issue