diff --git a/lib/screens/live_care/panding_list.dart b/lib/screens/live_care/panding_list.dart index 18b787cd..7aea2fcd 100644 --- a/lib/screens/live_care/panding_list.dart +++ b/lib/screens/live_care/panding_list.dart @@ -169,10 +169,6 @@ class _LiveCarePandingListState extends State { backGroundcolor: Colors.white, ), - - // SizedBox( - // height: 8, - // ), AppText( TranslationBase.of( context) @@ -207,6 +203,7 @@ class _LiveCarePandingListState extends State { color: Colors .green, //Colors.black, onPressed: () => { + _isInit = true, sharedPref.setObj( LIVE_CARE_PATIENT, item), diff --git a/lib/screens/live_care/video_call.dart b/lib/screens/live_care/video_call.dart index 7d960101..02abdc5b 100644 --- a/lib/screens/live_care/video_call.dart +++ b/lib/screens/live_care/video_call.dart @@ -74,12 +74,6 @@ class _VideoCallPageState extends State { {helpers.showErrorToast(error), Navigator.of(context).pop()}); } - // @override - // void initState() { - // super.initState(); - - // } - @override void dispose() { super.dispose(); @@ -148,34 +142,6 @@ class _VideoCallPageState extends State { SizedBox( height: MediaQuery.of(context).size.height * .2, ), - // Row( - // mainAxisSize: MainAxisSize.max, - // mainAxisAlignment: MainAxisAlignment.spaceBetween, - // crossAxisAlignment: CrossAxisAlignment.center, - // children: [ - // FunctionalButton( - // title: 'Speaker', - // icon: Icons.phone_in_talk, - // onPressed: () { - - // }, - // ), - // FunctionalButton( - // title: 'Flip', - // icon: Icons.flip_to_back, - // onPressed: () {}, - // ), - // FunctionalButton( - // title: 'Mute', - // icon: Icons.mic_off, - // onPressed: () {}, - // ), - // ], - // ), - - // SizedBox( - // height: MediaQuery.of(context).size.height * 0.1, - // ), Container( width: 70.0, height: 70.0,