Skip to content

Commit

Permalink
Unhighlight on stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussein Maher committed Aug 2, 2011
1 parent d2c12df commit acf4645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/quran/labs/androidquran/QuranViewActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ protected void onNewIntent(Intent intent) {
quranAudioPlayer.stop();
unBindAudioService();
onActionStop();
quranPageFeeder.unHighlightAyah();
} else if (action.equalsIgnoreCase(ACTION_CHANGE_READER)){
showChangeReaderDialog();
}
Expand Down

0 comments on commit acf4645

Please sign in to comment.