We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a966bef commit 7a52280Copy full SHA for 7a52280
1 file changed
src/Views/AbstractView.vala
@@ -32,7 +32,7 @@ public abstract class AppCenter.AbstractView : Gtk.Stack {
32
// Transition finished
33
if (!transition_running) {
34
foreach (weak Gtk.Widget child in get_children ()) {
35
- if (child is Views.AppInfoView && (child as Views.AppInfoView).to_recycle) {
+ if (child is Views.AppInfoView && ((Views.AppInfoView) child).to_recycle) {
36
child.destroy ();
37
}
38
0 commit comments