mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -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 {
|
||||
// fallback
|
||||
text.setText(packageName);
|
||||
text.setText("No Name");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user