Fix:#2448-Set the tts working in background as well

This commit is contained in:
s-ayush2903 2020-10-20 15:02:19 +05:30
parent 1d82cd1a76
commit b0c3133539
No known key found for this signature in database
GPG Key ID: B4341DD08B2371CB

View File

@ -1413,9 +1413,6 @@ public abstract class CoreReaderFragment extends BaseFragment
public void onPause() {
super.onPause();
saveTabStates();
if (tts != null) {
tts.stop();
}
Log.d(TAG_KIWIX,
"onPause Save current zim file to preferences: " + zimReaderContainer.getZimCanonicalPath());
}