mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 19:22:14 -05:00
Fix possible nullpointer in AppsListFragment
This commit is contained in:
parent
65da538a15
commit
35962cd254
@ -160,9 +160,8 @@ public class AppsListFragment extends ListFragment implements
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// fallback
|
// fallback
|
||||||
text.setText(packageName);
|
text.setText("No Name");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user