Run default Android Studio formatter on code
This commit is contained in:
@@ -51,7 +51,7 @@ class LoginCheckBoxPreference @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
// Make method public
|
||||
override public fun notifyChanged() {
|
||||
public override fun notifyChanged() {
|
||||
super.notifyChanged()
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ class LoginPreference @JvmOverloads constructor(context: Context, attrs: Attribu
|
||||
R.drawable.ic_done_green_24dp)
|
||||
}
|
||||
|
||||
override public fun notifyChanged() {
|
||||
public override fun notifyChanged() {
|
||||
super.notifyChanged()
|
||||
}
|
||||
|
||||
|
||||
@@ -18,11 +18,11 @@ import eu.kanade.tachiyomi.util.system.getResourceColor
|
||||
class SwitchPreferenceCategory @JvmOverloads constructor(
|
||||
context: Context,
|
||||
attrs: AttributeSet? = null)
|
||||
: PreferenceCategory(
|
||||
: PreferenceCategory(
|
||||
context,
|
||||
attrs,
|
||||
R.attr.switchPreferenceCompatStyle),
|
||||
CompoundButton.OnCheckedChangeListener {
|
||||
CompoundButton.OnCheckedChangeListener {
|
||||
|
||||
private var mChecked = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user