Can't share with pattern set #464

This commit is contained in:
daniel.boehrs
2019-02-08 10:40:08 +01:00
parent ee5858506b
commit 7a9d2b8e53
2 changed files with 2 additions and 6 deletions
-1
View File
@@ -60,7 +60,6 @@
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:taskAffinity=""
android:noHistory="true"
android:windowSoftInputMode="stateHidden"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">
@@ -140,14 +140,11 @@ public class ShareActivity extends PassphraseRequiredActionBarActivity
}
@Override
public void onPause() {
super.onPause();
protected void onDestroy() {
super.onDestroy();
if (!isPassingAlongMedia && resolvedExtra != null) {
PersistentBlobProvider.getInstance(this).delete(this, resolvedExtra);
}
if (!isFinishing()) {
finish();
}
}
@Override