Add annotation to WelcomeFragment class (#1107)
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
parent
bfd9c1d776
commit
9d63b11391
1 changed files with 2 additions and 0 deletions
|
@ -7,12 +7,14 @@ package com.zeapo.pwdstore.ui.onboarding.fragments
|
|||
|
||||
import android.os.Bundle
|
||||
import android.view.View
|
||||
import androidx.annotation.Keep
|
||||
import androidx.fragment.app.Fragment
|
||||
import com.zeapo.pwdstore.R
|
||||
import com.zeapo.pwdstore.databinding.FragmentWelcomeBinding
|
||||
import com.zeapo.pwdstore.utils.performTransactionWithBackStack
|
||||
import com.zeapo.pwdstore.utils.viewBinding
|
||||
|
||||
@Keep
|
||||
@Suppress("unused")
|
||||
class WelcomeFragment : Fragment(R.layout.fragment_welcome) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue