Merge branch 'develop' into native_account
This commit is contained in:
commit
5dc912088e
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "org.mariotaku.twidere"
|
applicationId "org.mariotaku.twidere"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 216
|
versionCode 217
|
||||||
versionName '3.2.12'
|
versionName '3.2.13'
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")'
|
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 {
|
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) {
|
override fun onViewCreated(context: Context, view: View, fragment: TabEditorDialogFragment) {
|
||||||
|
|
Loading…
Reference in New Issue