ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 220 forks source link

saved instance state has an error and can't compile #13

Closed TimJung closed 7 years ago

TimJung commented 8 years ago

Specifically this occurs on line 84 in the BottomTabsActivity and line 76 in the NavDrawerActivity.

What is the purpose of this? And why is it broken in these places in the sample app? Commenting them out allows the app to still run.

two1stnamz commented 8 years ago

The gradle dependency for this library has not been updated with a new build yet. As a temporary fix, in the sample project's build.gradle file comment out this line

compile 'com.ncapdevi:frag-nav:1.0.2'

and uncomment this line

compile project(':frag-nav')