mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Removing extraneous comment
This commit is contained in:
@@ -289,7 +289,6 @@ public abstract class GroupBaseActivity extends LockCloseListActivity {
|
|||||||
*/
|
*/
|
||||||
if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
|
if (Intent.ACTION_SEARCH.equals(intent.getAction())) {
|
||||||
int flags = intent.getFlags();
|
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;
|
flags &= ~Intent.FLAG_ACTIVITY_NEW_TASK;
|
||||||
intent.setFlags(flags);
|
intent.setFlags(flags);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user