Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Notification Support #654

Conversation

InfiniteCoder06
Copy link
Contributor

Support for Basic Notification Support, Custom Notication to be Implemented

@InfiniteCoder06 InfiniteCoder06 changed the title Feat: Notification Support Feat: [WIP] Notification Support Oct 2, 2023
@InfiniteCoder06 InfiniteCoder06 changed the title Feat: [WIP] Notification Support Feat: Notification Support Oct 5, 2023
@InfiniteCoder06
Copy link
Contributor Author

@anilbeesetti This can now be Reviewers

@InfiniteCoder06
Copy link
Contributor Author

Glide will be replaced with Coil Once #689 Merges

@Warden20
Copy link

Any update?

@@ -136,11 +135,11 @@ class PlayerActivity : AppCompatActivity() {
/**
* Player
*/
private lateinit var controllerFuture: ListenableFuture<MediaController>
private val controller: MediaController? get() = if (controllerFuture.isDone) controllerFuture.get() else null

Choose a reason for hiding this comment

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

This will lead to crash. controllerFuture is not initialized yet.

@InfiniteCoder06
Copy link
Contributor Author

I am currently busy with my exams will be looking into this project in mid-april

@InfiniteCoder06 InfiniteCoder06 closed this by deleting the head repository Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants