SwipeStack icon indicating copy to clipboard operation
SwipeStack copied to clipboard

getLayoutInflater() does not exist

Open Sanjot01 opened this issue 6 years ago • 2 comments

Sanjot01 avatar Oct 26 '17 16:10 Sanjot01

use LayoutInflater.from(mContext) in place of getLayoutInflater().

NikhilBorad avatar Nov 02 '17 11:11 NikhilBorad

in constructor get Context and use LayoutInflater.from(mContext).inflate()

MahmoudMabrok avatar Jul 25 '18 05:07 MahmoudMabrok