mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Fix failing tests
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 14 KiB |
@@ -205,7 +205,7 @@ public class CheckmarkWidgetView extends HabitWidgetView {
|
|||||||
private void init()
|
private void init()
|
||||||
{
|
{
|
||||||
HabitsApplicationComponent appComponent;
|
HabitsApplicationComponent appComponent;
|
||||||
appComponent = (HabitsApplicationComponent) getContext().getApplicationContext();
|
appComponent = ((HabitsApplication) getContext().getApplicationContext()).getComponent();
|
||||||
preferences = appComponent.getPreferences();
|
preferences = appComponent.getPreferences();
|
||||||
|
|
||||||
ring = (RingView) findViewById(R.id.scoreRing);
|
ring = (RingView) findViewById(R.id.scoreRing);
|
||||||
|
|||||||
Reference in New Issue
Block a user