- Remove unavailable feature

This commit is contained in:
Stefan Schueller 2018-12-02 14:44:34 +01:00
parent 0cd6972a30
commit 7120a36091

View File

@ -94,8 +94,8 @@ public class VideoListActivity extends AppCompatActivity {
//Log.v(TAG, "navigation_account"); //Log.v(TAG, "navigation_account");
Toast.makeText(VideoListActivity.this, "Account Not Implemented", Toast.LENGTH_SHORT).show(); Toast.makeText(VideoListActivity.this, "Account Not Implemented", Toast.LENGTH_SHORT).show();
Intent intent = new Intent(this, LoginActivity.class); // Intent intent = new Intent(this, LoginActivity.class);
this.startActivity(intent); // this.startActivity(intent);
return false; return false;
} }