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

Commit 9d63b11

Browse files
authored
Add annotation to WelcomeFragment class (#1107)
Signed-off-by: Aditya Wasan <[email protected]>
1 parent bfd9c1d commit 9d63b11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/zeapo/pwdstore/ui/onboarding/fragments/WelcomeFragment.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ package com.zeapo.pwdstore.ui.onboarding.fragments
77

88
import android.os.Bundle
99
import android.view.View
10+
import androidx.annotation.Keep
1011
import androidx.fragment.app.Fragment
1112
import com.zeapo.pwdstore.R
1213
import com.zeapo.pwdstore.databinding.FragmentWelcomeBinding
1314
import com.zeapo.pwdstore.utils.performTransactionWithBackStack
1415
import com.zeapo.pwdstore.utils.viewBinding
1516

17+
@Keep
1618
@Suppress("unused")
1719
class WelcomeFragment : Fragment(R.layout.fragment_welcome) {
1820

0 commit comments

Comments
 (0)