Mohammad Noorzade

Results 3 comments of Mohammad Noorzade

Based on Library document : `mCodeScanner!!.scanMode = ScanMode.CONTINUOUS mCodeScanner!!.decodeCallback = DecodeCallback { result: Result -> val res = result.text.toLowerCase() if (res.startsWith("example")) { toastThis(res) } }`

> I recently encountered this issue and a workaround was setting `Modifier.fillMaxHeight(fraction = 0.9f)` for sheet content, this way isn’t exactly what you wanted(padding) but neither messes with anything like...

I guess it would be better if you commit only the changes to your code and tests, but not the changes to your .idea files.