надеюсь будет работать сукi
This commit is contained in:
@@ -49,7 +49,7 @@ class DebugQuickActionsSection extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(height: 2),
|
||||
Text(
|
||||
'Все запросы за последние 3 захода в приложение',
|
||||
'Все логи и запросы за последние 3 захода в приложение',
|
||||
style: TextStyle(
|
||||
color: cs.onSurfaceVariant,
|
||||
fontSize: 13,
|
||||
|
||||
@@ -73,7 +73,7 @@ class _DebugMenuScreenState extends State<DebugMenuScreen> {
|
||||
endpoint: TrafficMonitor.instance.activeEndpoint,
|
||||
);
|
||||
if (content == null) {
|
||||
if (mounted) showCustomNotification(context, 'Нет запросов для лога');
|
||||
if (mounted) showCustomNotification(context, 'Лог пуст');
|
||||
return;
|
||||
}
|
||||
final bytes = Uint8List.fromList(utf8.encode(content));
|
||||
|
||||
Reference in New Issue
Block a user