mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Fix split view logs
This commit is contained in:
parent
de8a7818c3
commit
2cb5061141
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ class _LogsWidgetState extends State<LogsWidget> {
|
||||||
length: logsProvider.logsData!.data.length,
|
length: logsProvider.logsData!.data.length,
|
||||||
isLogSelected: selectedLog != null && selectedLog == logsProvider.logsData!.data[index],
|
isLogSelected: selectedLog != null && selectedLog == logsProvider.logsData!.data[index],
|
||||||
onLogTap: (log) {
|
onLogTap: (log) {
|
||||||
if (width <= 700) {
|
if (width <= 1100) {
|
||||||
Navigator.push(context, MaterialPageRoute(
|
Navigator.push(context, MaterialPageRoute(
|
||||||
builder: (context) => LogDetailsScreen(log: log)
|
builder: (context) => LogDetailsScreen(log: log)
|
||||||
));
|
));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue