bugfixes
This commit is contained in:
@@ -60,19 +60,6 @@ class _DebugActionsPageState extends State<DebugActionsPage> {
|
||||
onPressed: () => Notifier.showLocalNotification('', 'TEST_CHANNEL', "Test Channel", "Channel for testing", "Hello World", "Local Notification test", null),
|
||||
text: 'Show local notification',
|
||||
),
|
||||
SizedBox(height: 20),
|
||||
UI.button(
|
||||
big: false,
|
||||
onPressed: () => ApplicationLog.writeRawFailure('test', {
|
||||
'text': "hello world",
|
||||
'object': {
|
||||
1: 2,
|
||||
4: 5,
|
||||
6: [7, 8, 9]
|
||||
},
|
||||
'trace': StackTrace.current
|
||||
}),
|
||||
text: 'asdf'),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user