Add: Use Card for AppItem

Fix: Escape Apostrophi
Update: Rounded Corner for App Item
This commit is contained in:
LooKeR
2021-10-17 13:04:57 +05:30
parent 5da839e072
commit cc2650454a
5 changed files with 57 additions and 46 deletions

View File

@ -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)
}
}
}