File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import com.simplemobiletools.contacts.pro.helpers.GROUP
3535import com.simplemobiletools.contacts.pro.interfaces.RefreshContactsListener
3636import java.util.Locale
3737
38- abstract class MyViewPagerFragment <BINDING : MyViewPagerFragment .InnerBinding >(context : Context , attributeSet : AttributeSet ) :
38+ abstract class MyViewPagerFragment <Binding : MyViewPagerFragment .InnerBinding >(context : Context , attributeSet : AttributeSet ) :
3939 CoordinatorLayout (context, attributeSet) {
4040 protected var activity: SimpleActivity ? = null
4141 protected var allContacts = ArrayList <Contact >()
@@ -44,7 +44,7 @@ abstract class MyViewPagerFragment<BINDING : MyViewPagerFragment.InnerBinding>(c
4444 private var contactsIgnoringSearch = listOf<Contact >()
4545 private var groupsIgnoringSearch = listOf<Group >()
4646 private lateinit var config: Config
47- protected lateinit var innerBinding: BINDING
47+ protected lateinit var innerBinding: Binding
4848
4949 var skipHashComparing = false
5050 var forceListRedraw = false
You can’t perform that action at this time.
0 commit comments