Fix lagging

This commit is contained in:
phanhuuloi27
2022-06-23 21:30:53 +07:00
parent e67c18492a
commit 0a39c4f07e
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Foodify"
android:hardwareAccelerated="false"
tools:replace="android:theme"
tools:targetApi="31">
<activity
@@ -100,7 +100,7 @@ public class Home extends AppCompatActivity implements NavigationView.OnNavigati
startActivity(new Intent(Home.this, Cart.class));
}
});
fab.setCount(new Database(this).getCountCart());
//View