Fixes AM/PM indicator.
This commit is contained in:
		
							parent
							
								
									cd213650e1
								
							
						
					
					
						commit
						4f3362d765
					
				| 
						 | 
					@ -105,7 +105,7 @@ static void update_ampm_text_layer() {
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    text_layer_set_text(s_ampm_layer, "AM");
 | 
					    text_layer_set_text(s_ampm_layer, ampm_text);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void tick_handler(struct tm *tick_time, TimeUnits changed_units) {
 | 
					static void tick_handler(struct tm *tick_time, TimeUnits changed_units) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user