mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Merge branch 'dev' into feature/sync
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()
|
||||
{
|
||||
HabitsApplicationComponent appComponent;
|
||||
appComponent = (HabitsApplicationComponent) getContext().getApplicationContext();
|
||||
appComponent = ((HabitsApplication) getContext().getApplicationContext()).getComponent();
|
||||
preferences = appComponent.getPreferences();
|
||||
|
||||
ring = (RingView) findViewById(R.id.scoreRing);
|
||||
|
||||
Reference in New Issue
Block a user