Krupen / FabulousFilter

Android library to animate Floating Action Button to Bottom Sheet Dialog and vice-versa
Apache License 2.0
2.68k stars 323 forks source link

Issue in sdk 28 #22

Closed pravinkorepk94 closed 1 year ago

pravinkorepk94 commented 5 years ago

I have error while fab.setVisibility(View.VISIBLE); ( compileSdkVersion 28)

error:- VisibilityAwareImageButton.setVisibility can only be called from within the same library group (groupId=com.android.support) less... (Ctrl+F1) This API has been flagged with a restriction that has not been met. Examples of API restrictions: Method can only be invoked by a subclass Method can only be accessed from within the same library (defined by the Gradle library group id) .* Method can only be accessed from tests. . You can add your own API restrictions with the @RestrictTo annotation.

Screenshot: error1

Krupen commented 1 year ago

Is this fixed with the latest update?