Skip to content

Commit

Permalink
🐛 Delete all cookies in splash.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 17, 2020
1 parent 41c0d42 commit 5edaea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pages/splash_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class SplashState extends State<SplashPage> {
@override
void initState() {
super.initState();
Instances.webviewCookieManager.deleteAllCookies();

SchedulerBinding.instance.addPostFrameCallback((_) {
setState(() {
firstFramed = true;
Expand Down

0 comments on commit 5edaea2

Please sign in to comment.