Skip to content

Commit

Permalink
- missed these, the need to be ints due to the support library change
Browse files Browse the repository at this point in the history
  • Loading branch information
ncapdevi committed Apr 22, 2018
1 parent 7d1b154 commit 360a68f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface FragNavTabHistoryController {
/**
* Define what happens when we try to pop on a tab where root fragment is at the top
*/
@IntDef(CURRENT_TAB.toLong(), UNIQUE_TAB_HISTORY.toLong(), UNLIMITED_TAB_HISTORY.toLong())
@IntDef(CURRENT_TAB, UNIQUE_TAB_HISTORY, UNLIMITED_TAB_HISTORY)
@kotlin.annotation.Retention(AnnotationRetention.SOURCE)
annotation class PopStrategy

Expand Down

0 comments on commit 360a68f

Please sign in to comment.