We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98545d commit c491bdcCopy full SHA for c491bdc
README.md
@@ -11,7 +11,7 @@ With [Material Design Bottom Navigation pattern](https://www.google.com/design/s
11
## Gradle
12
13
```groovy
14
-compile 'com.ncapdevi:frag-nav:1.3.0'
+compile 'com.ncapdevi:frag-nav:1.4.0'
15
```
16
17
## How do I implement it?
@@ -137,7 +137,7 @@ Use FragNavController.setTransitionMode();
137
public int getSize()
138
139
/**
140
- * Get the current stack that is being displayed
+ * Get a copy of the current stack that is being displayed
141
* @return Current stack
142
*/
143
public Stack<Fragment> getCurrentStack()
0 commit comments