Skip to content

Commit faa4188

Browse files
committed
fix
Signed-off-by: alperozturk <[email protected]>
1 parent ce0f466 commit faa4188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/owncloud/android/ui/activity/DrawerActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ private void launchActivityForSearch(SearchEvent searchEvent, int menuItemId) {
697697
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
698698

699699
if (this instanceof ComposeActivity) {
700-
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
700+
//intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
701701
}
702702

703703
intent.setAction(Intent.ACTION_SEARCH);

0 commit comments

Comments
 (0)