Skip to content

Commit

Permalink
chore: add todo comment about deprecated member use
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnandrew committed Aug 8, 2024
1 parent 105acf6 commit 4878134
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,8 @@ class _AuthenticatorBody extends StatelessWidget {
builder: (state, child) {
if (state is AuthenticatedState) return child;
return Navigator(
// TODO(hahnand): onPopupPage to use onDidRemovePage
// ignore: deprecated_member_use
onPopPage: (_, dynamic __) => true,
pages: [
MaterialPage<void>(
Expand Down

0 comments on commit 4878134

Please sign in to comment.