Fix group update item bugs caused by backup support changes.

This commit is contained in:
Cody Henthorne
2025-07-03 09:48:08 -04:00
committed by Alex Hart
parent 347005bec6
commit dfdb8f699a
6 changed files with 70 additions and 29 deletions

View File

@@ -350,6 +350,7 @@ internal class SpinnerServer(
try {
row += transformers[i].transform(null, columnName, this)
} catch (e: Exception) {
Log.w(TAG, "Failed to transform", e)
row += "*Failed to Transform*\n\n${DefaultColumnTransformer.transform(null, columnName, this)}"
}
}