Small change to WebView activity

This commit is contained in:
Toldi Balázs Ádám 2021-10-10 21:16:14 +02:00
parent d1ee75ee69
commit b41ee6e5f0

View file

@ -20,6 +20,7 @@ import android.net.Uri
import android.content.Intent
import androidx.compose.foundation.layout.Row
import androidx.compose.material.icons.filled.ArrowBack
import androidx.compose.material.icons.filled.ArrowLeft
import androidx.compose.material.icons.filled.Share
import androidx.core.content.ContextCompat
@ -59,7 +60,7 @@ class WebView : ComponentActivity() {
finish()
}) {
Icon(
Icons.Filled.ArrowLeft,
Icons.Filled.ArrowBack,
contentDescription = "Back to feed"
)
}