Skip to content

Commit 360a68f

Browse files
committed
- missed these, the need to be ints due to the support library change
1 parent 7d1b154 commit 360a68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frag-nav/src/main/java/com/ncapdevi/fragnav/tabhistory/FragNavTabHistoryController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface FragNavTabHistoryController {
88
/**
99
* Define what happens when we try to pop on a tab where root fragment is at the top
1010
*/
11-
@IntDef(CURRENT_TAB.toLong(), UNIQUE_TAB_HISTORY.toLong(), UNLIMITED_TAB_HISTORY.toLong())
11+
@IntDef(CURRENT_TAB, UNIQUE_TAB_HISTORY, UNLIMITED_TAB_HISTORY)
1212
@kotlin.annotation.Retention(AnnotationRetention.SOURCE)
1313
annotation class PopStrategy
1414

0 commit comments

Comments
 (0)