Merge branch 'dev' into feature/sync

pull/699/head
Alinson S. Xavier 5 years ago
commit b82af419f8

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()
{
HabitsApplicationComponent appComponent;
appComponent = (HabitsApplicationComponent) getContext().getApplicationContext();
appComponent = ((HabitsApplication) getContext().getApplicationContext()).getComponent();
preferences = appComponent.getPreferences();
ring = (RingView) findViewById(R.id.scoreRing);

Loading…
Cancel
Save