Loading src/com/android/gallery3d/app/MovieActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -781,7 +781,7 @@ public class MovieActivity extends Activity { Log.v(TAG, "setActionBarTitle(" + title + ")"); } ActionBar actionBar = getActionBar(); if (title != null) { if (actionBar != null && title != null) { actionBar.setTitle(title); } } Loading Loading
src/com/android/gallery3d/app/MovieActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -781,7 +781,7 @@ public class MovieActivity extends Activity { Log.v(TAG, "setActionBarTitle(" + title + ")"); } ActionBar actionBar = getActionBar(); if (title != null) { if (actionBar != null && title != null) { actionBar.setTitle(title); } } Loading