mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-24 01:44:23 +01:00
Bug fixed: simple date format template fix
This commit is contained in:
@@ -19,7 +19,7 @@ import no.nordicsemi.android.nrftoolbox.R;
|
||||
* Created by rora on 02.09.2016.
|
||||
*/
|
||||
public class CGMSRecordsAdapter extends BaseAdapter {
|
||||
private final static SimpleDateFormat mTimeFormat = new SimpleDateFormat("dd.MM.YYYY HH:mm", Locale.US);
|
||||
private final static SimpleDateFormat mTimeFormat = new SimpleDateFormat("dd.MM.yyyy HH:mm", Locale.US);
|
||||
|
||||
private List<CGMSRecord> mRecords;
|
||||
private LayoutInflater mInflater;
|
||||
|
||||
Reference in New Issue
Block a user