mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Remove unnecessary call to mFingerprintQrCode
This commit is contained in:
parent
6da367e469
commit
c2f85c7446
@ -410,8 +410,6 @@ public class ViewKeyShareFragment extends LoaderFragment implements
|
||||
protected void onPostExecute(Bitmap qrCode) {
|
||||
// only change view, if fragment is attached to activity
|
||||
if (ViewKeyShareFragment.this.isAdded()) {
|
||||
mFingerprintQrCode.setImageBitmap(qrCode);
|
||||
|
||||
// Transition drawable with a transparent drawable and the final bitmap
|
||||
final TransitionDrawable td =
|
||||
new TransitionDrawable(new Drawable[]{
|
||||
|
Loading…
Reference in New Issue
Block a user