Skip to content

Commit

Permalink
This is a feature not a bug 🎉 (#241)
Browse files Browse the repository at this point in the history
* Rename app

* This is a feature not a bug :)
  • Loading branch information
tvc12 authored Jun 5, 2020
1 parent 2c9f13b commit 73217ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="Đảo thú cưng"
android:label="4Pet"
android:icon="@mipmap/launcher_icon"
tools:ignore="GoogleAppIndexingWarning"
android:usesCleartextTraffic="true">
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Đảo thú cưng</string>
<string>4Pet</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down
1 change: 1 addition & 0 deletions lib/new_profile/screen/new_profile_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class _NewProfileScreenState extends TState<NewProfileScreen>
void initState() {
super.initState();
myPostbloc.reload();
favoriteBloc.reload();
tabController = TabController(
initialIndex: 0,
vsync: this,
Expand Down

0 comments on commit 73217ef

Please sign in to comment.