Skip to content

Commit

Permalink
remove video player
Browse files Browse the repository at this point in the history
  • Loading branch information
RicterZ committed Nov 17, 2018
1 parent 99ad408 commit 1024c12
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 241 deletions.
3 changes: 0 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".PlayerActivity"
android:theme="@style/AppTheme.NoActionBar"
android:configChanges="screenSize|keyboardHidden|orientation" />
</application>

</manifest>
213 changes: 0 additions & 213 deletions app/src/main/java/bgmi/app/bgmi_android/PlayerActivity.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import java.util.Collections;
import java.util.List;

import bgmi.app.bgmi_android.PlayerActivity;
import bgmi.app.bgmi_android.R;
import bgmi.app.bgmi_android.models.Bangumi;
import bgmi.app.bgmi_android.utils.BGmiProperties;
Expand Down
24 changes: 0 additions & 24 deletions app/src/main/res/layout/activity_player.xml

This file was deleted.

0 comments on commit 1024c12

Please sign in to comment.