mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 22:25:46 +01:00
Fix group update item bugs caused by backup support changes.
This commit is contained in:
committed by
Alex Hart
parent
347005bec6
commit
dfdb8f699a
@@ -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)}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user