This commit is contained in:
2026-06-11 17:39:25 +03:00
parent 1d950a112a
commit 6519079021
@@ -186,7 +186,7 @@ fun AddCard(innerPadding: PaddingValues, getDbFun: () -> DbHelper) {
getDbFun().addCard(cardName, codeValue, codeType) getDbFun().addCard(cardName, codeValue, codeType)
context.finish() context.finish()
} else { } else {
Toast.makeText(context, err, Toast.LENGTH_SHORT).show()git Toast.makeText(context, err, Toast.LENGTH_SHORT).show()
} }
} }
) { ) {