Skip to content

Commit

Permalink
Update comment description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle committed Sep 16, 2024
1 parent 23807cd commit f48c8c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import android.os.Bundle
/**
* This class is used by the AppStateManager to determine when the app is visible or in the background.
*
* Separated into it's own class to avoid annoying logcat messages on pre-ICS devices.
* Separated into its own class to avoid annoying logcat messages on pre-ICS devices.
*/
@TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH)
internal class MPLifecycleCallbackDelegate(private val mStateManager: AppStateManager) :
Expand Down

0 comments on commit f48c8c4

Please sign in to comment.