ignore the AIOOBE in updating shared file stable rows for now

dbus-notify
Zlatin Balevsky 2022-06-08 19:03:49 +01:00
parent 71a6ebf096
commit b1e897ce2f
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 3 deletions

View File

@ -2146,9 +2146,7 @@ class MainFrameView {
try {
table.model.fireTableRowsUpdated(row, row)
} catch (IndexOutOfBoundsException bad) {
int modelSize = table.model.size()
int sharedSize = model.shared.size()
throw new Exception("Index out of bounds: row=$row sharedSize=$sharedSize modelSize=$modelSize", bad)
// TODO: figure out why this happens
}
}