Removing extraneous comment

This commit is contained in:
Shane Pope
2017-12-11 18:18:55 -06:00
parent 7950933d1f
commit 052641c556

View File

@@ -289,7 +289,6 @@ public abstract class GroupBaseActivity extends LockCloseListActivity {
*/
if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
int flags = intent.getFlags();
// We have to clear this bit (which search automatically sets) otherwise startActivityForResult will never work
flags &= ~Intent.FLAG_ACTIVITY_NEW_TASK;
intent.setFlags(flags);
}