Skip to content

Commit

Permalink
Add TODO and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
velazcod committed Jul 3, 2013
1 parent 78dd13c commit 68ab371
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TODO
@@ -0,0 +1,4 @@
Auto scroll (forced) when coming back using scroll percentages?



Expand Up @@ -169,7 +169,7 @@ public void onResume() {
registerReceiver(mConnectivityReceiver,
new IntentFilter(ConnectivityManager.CONNECTIVITY_ACTION));

// TODO: fix this, this is a horrible lifecycle hack...
// Horrible lifecycle hack
if (mCreatingActivity) {
mCreatingActivity = false;
return;
Expand Down
Expand Up @@ -178,6 +178,10 @@ public void onShowCustomView(View view, CustomViewCallback callback) {
*/
@Override
public void onHideCustomView() {

// [TODO][BUG]: video player won't close sometimes, only toggle media controls
// [TODO][BUG]: sound from video will keep playing sometimes

if (mCustomViewCallback != null) {
// Fire the callback
mCustomViewCallback.onCustomViewHidden();
Expand Down
1 change: 1 addition & 0 deletions Tinfoil-for-Facebook/src/main/res/values/colors.xml
Expand Up @@ -16,6 +16,7 @@
-->
<resources>

<color name="holo">#33b5e5</color>
<color name="gray">#cdcdcd</color>
<color name="light_gray">#ededed</color>
<color name="light_gray_alt">#dddddd</color>
Expand Down

0 comments on commit 68ab371

Please sign in to comment.