Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions AnkiDroid/src/main/java/com/ichi2/anki/FieldEditLine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import android.os.Parcelable
import android.os.Parcelable.ClassLoaderCreator
import android.util.AttributeSet
import android.util.SparseArray
import android.view.AbsSavedState
import android.view.ActionMode
import android.view.LayoutInflater
import android.view.View
Expand Down Expand Up @@ -136,10 +135,6 @@ class FieldEditLine : FrameLayout {
val lastViewInTabOrder: View
get() = binding.expandButton

fun loadState(state: AbsSavedState) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After deleting this method there's an unused import for AbsSavedState that should also be deleted.

onRestoreInstanceState(state)
}

override fun dispatchSaveInstanceState(container: SparseArray<Parcelable>) {
dispatchFreezeSelfOnly(container)
}
Expand Down