App: Migrate from Java to Kotlin
Based on changes from refactor branch for code parity Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
35b70c5e9e
commit
273b09a3e8
12 changed files with 298 additions and 298 deletions
|
|
@ -117,7 +117,7 @@ public final class PlayerHolder {
|
|||
// helper to handle context in common place as using the same
|
||||
// context to bind/unbind a service is crucial
|
||||
private Context getCommonContext() {
|
||||
return App.getApp();
|
||||
return App.getInstance();
|
||||
}
|
||||
|
||||
public void startService(final boolean playAfterConnect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue