~garritfra/FlutterFlux

6e3c48b68a0ae9f37372573f130b4120f0829f64 — Garrit Franke 3 years ago 7f3a4d6
fix: feed view rerender issue
1 files changed, 7 insertions(+), 1 deletions(-)

M lib/main.dart
M lib/main.dart => lib/main.dart +7 -1
@@ 63,12 63,18 @@ class _MyHomePageState extends State<MyHomePage> {
  }

  @override
  Widget build(BuildContext context) {
  void initState() {
    checkConfig().then((success) {
      if (success) {
        _initUnreadPosts();
      }
    });

    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        title: Text(widget.title),