mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-01-11 13:38:06 -05:00
Make DecryptFragment abstract, as it should be
This commit is contained in:
parent
2913a78b18
commit
1e4f0c6b00
@ -38,7 +38,7 @@ import org.sufficientlysecure.keychain.pgp.PgpDecryptVerifyResult;
|
||||
import org.sufficientlysecure.keychain.pgp.PgpKeyHelper;
|
||||
import org.sufficientlysecure.keychain.ui.dialog.PassphraseDialogFragment;
|
||||
|
||||
public class DecryptFragment extends Fragment {
|
||||
public abstract class DecryptFragment extends Fragment {
|
||||
private static final int RESULT_CODE_LOOKUP_KEY = 0x00007006;
|
||||
|
||||
protected long mSignatureKeyId = 0;
|
||||
@ -217,8 +217,6 @@ public class DecryptFragment extends Fragment {
|
||||
*
|
||||
* @param passphrase
|
||||
*/
|
||||
protected void decryptStart(String passphrase) {
|
||||
|
||||
}
|
||||
protected abstract void decryptStart(String passphrase);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user