mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
Remove unnecessary comment
This commit is contained in:
parent
6b6dddde98
commit
124f71f179
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ public class Tutorial3 extends Activity implements SurfaceHolder.Callback {
|
|||
SurfaceHolder sh = sv.getHolder();
|
||||
sh.addCallback(this);
|
||||
|
||||
// Keep the instance state for later, since we will not perform our initialization
|
||||
// until the native code reports that it is itself initialized.
|
||||
if (savedInstanceState != null) {
|
||||
is_playing_desired = savedInstanceState.getBoolean("playing");
|
||||
Log.i ("GStreamer", "Activity created. Saved state is playing:" + is_playing_desired);
|
||||
|
|
Loading…
Reference in a new issue