mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 03:25:05 -05:00
Remove unnecessary error logs
This commit is contained in:
parent
12db94abca
commit
3512ac7199
@ -170,7 +170,7 @@ public class DecryptActivity extends DrawerActivity {
|
||||
// end activity
|
||||
finish();
|
||||
}
|
||||
} else {
|
||||
} else if (ACTION_DECRYPT.equals(action)) {
|
||||
Log.e(Constants.TAG,
|
||||
"Include the extra 'text' or an Uri with setData() in your Intent!");
|
||||
}
|
||||
|
@ -249,7 +249,7 @@ public class EncryptActivity extends DrawerActivity implements
|
||||
// end activity
|
||||
finish();
|
||||
}
|
||||
} else {
|
||||
} else if (ACTION_ENCRYPT.equals(action)) {
|
||||
Log.e(Constants.TAG,
|
||||
"Include the extra 'text' or an Uri with setData() in your Intent!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user