We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a2f13 commit af651c3Copy full SHA for af651c3
lib/page/repos/repository_file_list_page.dart
@@ -187,7 +187,7 @@ class RepositoryDetailFileListPageState
187
elevation: 0.0,
188
),
189
body: PopScope(
190
- canPop: proivder.currentIndex != 3 && headerList.length == 1,
+ canPop: proivder.currentIndex != 3 || headerList.length == 1,
191
onPopInvokedWithResult: (didPop, _) {
192
if (didPop == false) {
193
_resolveHeaderClick(headerList.length - 2);
0 commit comments