@@ -254,9 +254,9 @@ class Configuration {
}
String getHttpEndpoint() {
- if (kDebugMode) {
- return "http://192.168.1.123:8080";
- }
+ // if (kDebugMode) {
+ // return "http://192.168.1.123:8080";
+ // }
return "https://api.ente.io";
@@ -351,13 +351,10 @@ class _DetailPageState extends State<DetailPage> {
},
));
return AppBar(
- title: Padding(
- padding: const EdgeInsets.only(top: 6),
- child: Text(
- getDayTitle(_files[_selectedIndex].creationTime),
- style: TextStyle(
- fontSize: 14,
- ),
+ title: Text(
+ getDayTitle(_files[_selectedIndex].creationTime),
+ style: TextStyle(
+ fontSize: 14,
),
actions: actions,