puuuuush
This commit is contained in:
@@ -52,6 +52,7 @@ class PageEssen extends StatelessWidget {
|
||||
return Text(
|
||||
pageProvider.selectedEssenName,
|
||||
style: TextStyle(fontSize: 40, fontWeight: FontWeight.bold),
|
||||
textAlign: TextAlign.center,
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
@@ -50,7 +50,7 @@ class _SpaceHomeState extends State<SpaceHome> {
|
||||
}
|
||||
|
||||
// only for test
|
||||
var disableRateTimeDebug = false;
|
||||
var disableRateTimeDebug = true;
|
||||
|
||||
// end only for test
|
||||
void _showNotRateTimeDialog(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user