mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 05:41:45 +00:00
Fix lagging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user