Drop installation error bottom sheet for notifications
Post user-readable error message in the notification as we already log the exception in the logcat. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -253,24 +253,6 @@
|
||||
android:name="com.aurora.store.view.ui.sheets.DeviceMiuiSheet"
|
||||
android:label="DeviceMiuiSheet"
|
||||
tools:layout="@layout/sheet_device_miui" />
|
||||
<dialog
|
||||
android:id="@+id/installErrorDialogSheet"
|
||||
android:name="com.aurora.store.view.ui.sheets.InstallErrorDialogSheet"
|
||||
android:label="InstallErrorDialogSheet"
|
||||
tools:layout="@layout/sheet_install_error">
|
||||
<argument
|
||||
android:name="app"
|
||||
app:argType="com.aurora.gplayapi.data.models.App" />
|
||||
<argument
|
||||
android:name="title"
|
||||
app:argType="string" />
|
||||
<argument
|
||||
android:name="error"
|
||||
app:argType="string" />
|
||||
<argument
|
||||
android:name="extra"
|
||||
app:argType="string" />
|
||||
</dialog>
|
||||
<dialog
|
||||
android:id="@+id/moreDialogFragment"
|
||||
android:name="com.aurora.store.view.ui.commons.MoreDialogFragment"
|
||||
|
||||
Reference in New Issue
Block a user