Skip to content
Snippets Groups Projects
Commit bc0e9a0e authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Remove game icon from title bar

parent 3f2ff44a
No related branches found
No related tags found
1 merge request!21Resolve "Remove game icon from title bar"
Pipeline #1551 passed
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.18
app.versionCode=18
app.versionName=0.0.19
app.versionCode=19
......@@ -48,7 +48,6 @@ class Home extends StatelessWidget {
return Scaffold(
appBar: AppBar(
title: Text('🔢'),
actions: menuActions,
),
body: SafeArea(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment