We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e1553 commit e7bc5acCopy full SHA for e7bc5ac
1 file changed
application/app/src/main/java/com/viliussutkus89/android/pdf2htmlex/application/ConverterActivity.java
@@ -142,8 +142,8 @@ else if (Intent.ACTION_SEND.equals(action)) {
142
Intent readerIntent = new Intent(this, HTMLReaderActivity.class);
143
readerIntent.setData(convertedUri);
144
readerIntent.putExtra(HTMLReaderActivity.INTENT_EXTRA_INPUT__FILENAME, m_inputFilename);
145
- readerIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_TASK_ON_HOME);
146
startActivity(readerIntent);
+ finish();
147
break;
148
}
149
// Intentional case fall through without "break"
0 commit comments