Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Keep Lifecycle methods together #37

Description

@fjr619

refer to : #3

with kotlin it didn't work

example



override fun onActivityCreated(savedInstanceState: Bundle?) {
        super.onActivityCreated(savedInstanceState)
}}

    override fun onDestroy() {
        super.onDestroy()
        Timber.e("aaaaa")
    }

    override fun onAttach(context: Context) {
        super.onAttach(context)
    }

then i click auto format opt+cmd+l it will not sort into onattach, onActivityCreated, onDestroy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions