GAM3RG33K / flutter_settings_screens

Settings Screen with Custom Shared Preference Interface
MIT License
176 stars 71 forks source link

SimpleSettingsTile navigator has problems with Xiaomi native back button #115

Open FallenAngel2018 opened 1 year ago

FallenAngel2018 commented 1 year ago

Hi, the native navigator object of the SimpleSettingsTile works only with the SettingsScreen AppBar back button, but when native cellphone back button is tapped, It goes 2 pages back, closing the main settings page. Any ideas on how to fix it to make it go back to parent settings page?

GAM3RG33K commented 5 months ago

@FallenAngel2018 Thanks for opening the issue, Please provide a small code snippet to reproduce the issue. WIll investigate & provide update on this after the root cause is found.