Skip to content

Commit

Permalink
Fix rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel de Icaza authored and Miguel de Icaza committed May 28, 2010
1 parent 45b8d9d commit ecba61b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion TweetStation/UI/Timeline.cs
Expand Up @@ -242,7 +242,6 @@ public override void Scrolled (UIScrollView scrollView)

base.Scrolled (scrollView);
}

}
}

Expand Down
1 change: 1 addition & 0 deletions TweetStation/UI/TweetCell.cs
Expand Up @@ -219,6 +219,7 @@ public override void LayoutSubviews ()
base.LayoutSubviews ();

tweetView.Frame = ContentView.Bounds;
tweetView.SetNeedsDisplay ();
}
}

Expand Down

0 comments on commit ecba61b

Please sign in to comment.