Merge branch 'develop' into native_account
This commit is contained in:
commit
5dc912088e
|
@ -35,8 +35,8 @@ android {
|
|||
applicationId "org.mariotaku.twidere"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 216
|
||||
versionName '3.2.12'
|
||||
versionCode 217
|
||||
versionName '3.2.13'
|
||||
multiDexEnabled true
|
||||
|
||||
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")'
|
||||
|
|
|
@ -36,7 +36,7 @@ class UserListExtraConfiguration(key: String) : TabConfiguration.ExtraConfigurat
|
|||
}
|
||||
|
||||
override fun onCreateView(context: Context, parent: ViewGroup): View {
|
||||
return LayoutInflater.from(context).inflate(R.layout.list_item_simple_user_list, parent, false)
|
||||
return LayoutInflater.from(context).inflate(R.layout.layout_extra_config_user_list, parent, false)
|
||||
}
|
||||
|
||||
override fun onViewCreated(context: Context, view: View, fragment: TabEditorDialogFragment) {
|
||||
|
|
Loading…
Reference in New Issue