uncommented debugged statement
This commit is contained in:
parent
dd14434375
commit
48b8b5caa3
2 changed files with 2 additions and 2 deletions
|
|
@ -393,7 +393,7 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
|
|||
const SizedBox(width: 5),
|
||||
// Pangea#
|
||||
SizedBox(
|
||||
width: 40, //was 36 before
|
||||
width: 36,
|
||||
child: Text(
|
||||
statusText,
|
||||
style: TextStyle(
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class IgcController {
|
|||
|
||||
debugPrint("igc text ${igcTextData.toString()}");
|
||||
} catch (err, stack) {
|
||||
//debugger(when: kDebugMode);
|
||||
debugger(when: kDebugMode);
|
||||
choreographer.errorService.setError(
|
||||
ChoreoError(type: ChoreoErrorType.unknown, raw: err),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue