Rename from CatimaWidget to ListWidget

This makes the codebase easier to understand if we get more widget types
in the future
This commit is contained in:
Sylvia van Os
2025-07-29 23:37:21 +02:00
parent 54c27f7038
commit acc72c0937
9 changed files with 67 additions and 48 deletions

View File

@@ -431,7 +431,7 @@ public class MainActivity extends CatimaAppCompatActivity implements LoyaltyCard
mCurrentActionMode.finish();
}
new CatimaWidget().updateAll(mAdapter.mContext);
new ListWidget().updateAll(mAdapter.mContext);
}
private void processParseResultList(List<ParseResult> parseResultList, String group, boolean closeAppOnNoBarcode) {