Skip to content

Commit

Permalink
Removing previous change to the presenter field in favor of making it…
Browse files Browse the repository at this point in the history
… a closed JvmField to maintain compatibility
  • Loading branch information
tyvsmith committed Oct 27, 2022
1 parent 771dae8 commit 8e878c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ package com.uber.rib.core
* @param <R> the type of [Router].
*/
abstract class BasicInteractor<P : Any, R : Router<*>> protected constructor(
protected open var presenter: P
@JvmField protected var presenter: P
) : Interactor<P, R>(presenter)

0 comments on commit 8e878c6

Please sign in to comment.