mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -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) {
|
protected void onPostExecute(Bitmap qrCode) {
|
||||||
// only change view, if fragment is attached to activity
|
// only change view, if fragment is attached to activity
|
||||||
if (ViewKeyShareFragment.this.isAdded()) {
|
if (ViewKeyShareFragment.this.isAdded()) {
|
||||||
mFingerprintQrCode.setImageBitmap(qrCode);
|
|
||||||
|
|
||||||
// Transition drawable with a transparent drawable and the final bitmap
|
// Transition drawable with a transparent drawable and the final bitmap
|
||||||
final TransitionDrawable td =
|
final TransitionDrawable td =
|
||||||
new TransitionDrawable(new Drawable[]{
|
new TransitionDrawable(new Drawable[]{
|
||||||
|
Loading…
Reference in New Issue
Block a user