Fix NullPointerException
This commit is contained in:
parent
8899031a3b
commit
e2ce85706d
1 changed files with 4 additions and 0 deletions
|
@ -661,6 +661,10 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
|
|||
}
|
||||
|
||||
private DateFormat getTimeFormat() {
|
||||
if (mTimeFormat == null) {
|
||||
setupFormats();
|
||||
}
|
||||
|
||||
return mTimeFormat;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue