Merge branch 'dev' into feature/sync
This commit is contained in:
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…
Reference in New Issue
Block a user