1. testUpdateDepictsProperty:- Update the test to adapt to the updateDepictsProperty() method.
2. Material Circular Progress Bar:- Replace the deprecated progress bar with the material one.
3. SettingsActivity:- Remove to logic to manually initialize AppCompatDelegate because it was causing SettingsActivity to crash. The reason is adding a new dependency for Material Components, it uses the latest version of appCompat library.
Tests performed (required)
Tested ProdDebug on Samsung A14 with API level 34.
Description (required)
Fixes #5793 #5787
What changes did you make and why?
AppCompatDelegate
because it was causing SettingsActivity to crash. The reason is adding a new dependency forMaterial Components
, it uses the latest version of appCompat library.Tests performed (required)
Tested ProdDebug on Samsung A14 with API level 34.
Screenshots (for UI changes only)
None