twoway-view icon indicating copy to clipboard operation
twoway-view copied to clipboard

TwoWayView is not working in Fragment.

Open gsnayma01 opened this issue 8 years ago • 0 comments

I am using two way view and Its is working fine in Activity but its crashing in Fragment. I am calling from fragment like below code from onCreateView()

KBCalendar calendar = new KBCalendar(getActivity(),this);
 calendar.loadKBCalendar();

any help ???

gsnayma01 avatar Mar 22 '17 12:03 gsnayma01