fragmentargs icon indicating copy to clipboard operation
fragmentargs copied to clipboard

The @Arg annotated field 'transactions' in class TableFragment has private visibility.

Open RomanMoran opened this issue 5 years ago • 1 comments

While compiling project i had this error : error: The @Arg annotated field 'transactions' in class TableFragment has private visibility. Hence a corresponding non-private setter method must be provided called 'setTransactions(java.util.ArrayList<com.ngse.pocketportfolioapp.data.models.BaseTransaction>)'. Unfortunately this is not the case. Please add a setter method for this field! 2019-02-06_23-41-13 2019-02-06_23-39-48 2019-02-06_23-40-09 2019-02-06_23-42-37

RomanMoran avatar Feb 06 '19 20:02 RomanMoran

I have same eroor

KORuL avatar May 05 '20 13:05 KORuL