mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 11:59:19 +00:00
Add: Use Card for AppItem
Fix: Escape Apostrophi Update: Rounded Corner for App Item
This commit is contained in:
@ -229,7 +229,7 @@ abstract class ScreenActivity : FragmentActivity() {
|
||||
if (!packageName.isNullOrEmpty()) {
|
||||
val fragment = currentFragment
|
||||
if (fragment !is ProductFragment || fragment.packageName != packageName) {
|
||||
pushFragment(ProductFragment(packageName))
|
||||
navigateProduct(packageName)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user