Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
shorten
  • Loading branch information
mpcomplete committed Jul 17, 2015
commit 526bb3eaf038ad769e92fc9f5a1f21c7ac0a12d1
3 changes: 1 addition & 2 deletions sky/sdk/example/stocks/lib/stock_home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ class StockHome extends AnimatedComponent {

void _handleStockPurchased() {
setState(() {
Matrix4 offScreen = new Matrix4.identity();
offScreen.translate(0.0, 45.0);
Matrix4 offScreen = new Matrix4.identity()..translate(0.0, 45.0);
Matrix4 onScreen = new Matrix4.identity();
_snackbarPosition = new AnimatedMatrix4(offScreen, end: onScreen);
var performance = new AnimationPerformance()
Expand Down