sahaab / HijriCalendar-master

A Hijri (Islamic) Calendar Library
Other
25 stars 21 forks source link

Is there any way to use Activity instead of FragmentActivity #2

Closed freebumba27 closed 8 years ago

freebumba27 commented 8 years ago

CaldroidSampleActivity extends FragmentActivity

Is there any way to use CaldroidSampleActivity extends Activity

I am getting error on this like getSupportFragmentManager()

dialogCaldroidFragment.restoreDialogStatesFromKey(getSupportFragmentManager(), state,"DIALOG_CALDROID_SAVED_STATE", dialogTag);

sahaab commented 8 years ago

its built to use FragmentActivity :-/ wud require quite a bit of changes

freebumba27 commented 8 years ago

ok I understand...