protected void onDestroy()

in auth-sample/src/main/java/com/spotify/sdk/android/authentication/sample/MainActivity.java [69:72]


    protected void onDestroy() {
        cancelCall();
        super.onDestroy();
    }