File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/receive Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ private fun ReceiveQrView(
243243 color = Colors .White10 ,
244244 icon = {
245245 Icon (
246- painter = androidx.compose.ui.res. painterResource(R .drawable.ic_pencil_simple),
246+ painter = painterResource(R .drawable.ic_pencil_simple),
247247 contentDescription = null ,
248248 tint = Colors .Brand ,
249249 modifier = Modifier .size(18 .dp)
@@ -266,7 +266,7 @@ private fun ReceiveQrView(
266266 color = Colors .White10 ,
267267 icon = {
268268 Icon (
269- painter = androidx.compose.ui.res. painterResource(R .drawable.ic_copy),
269+ painter = painterResource(R .drawable.ic_copy),
270270 contentDescription = null ,
271271 tint = Colors .Brand ,
272272 modifier = Modifier .size(18 .dp)
@@ -287,7 +287,7 @@ private fun ReceiveQrView(
287287 color = Colors .White10 ,
288288 icon = {
289289 Icon (
290- painter = androidx.compose.ui.res. painterResource(R .drawable.ic_share),
290+ painter = painterResource(R .drawable.ic_share),
291291 contentDescription = null ,
292292 tint = Colors .Brand ,
293293 modifier = Modifier .size(18 .dp)
You can’t perform that action at this time.
0 commit comments