umano / AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.

Home Page:http://umano.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLIP_SAVE_FLAG is deprecated

MGRagab opened this issue · comments

final int save = canvas.save(Canvas.CLIP_SAVE_FLAG);
Warning: com.sothree.slidinguppanel.SlidingUpPanelLayout: can't find referenced method 'int save(int)' in library class android.graphics.Canvas

See #921 for a solution.

como podria solucinar ese error ?