mirror of
https://github.com/zoriya/Opus.git
synced 2026-06-03 14:35:33 +00:00
Solving some bugs and releasing v2.0.1-beta
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Version: 2.0.0
|
||||
Link: https://github.com/AnonymusRaccoon/MusicApp/releases/download/2.0/MusicApp.v.2.0.apk
|
||||
Version: 2.0.1
|
||||
Link: https://github.com/AnonymusRaccoon/MusicApp/releases/download/2.0.1/MusicApp.v.2.0.1.apk
|
||||
|
||||
@@ -467,6 +467,10 @@ namespace MusicApp
|
||||
SupportFragmentManager.BeginTransaction().Replace(Resource.Id.contentView, Pager.NewInstance(0, 1)).Commit();
|
||||
}
|
||||
}
|
||||
else if(item.ItemId == Resource.Id.search)
|
||||
{
|
||||
menu.FindItem(Resource.Id.filter).CollapseActionView();
|
||||
}
|
||||
else if(item.ItemId == Resource.Id.settings)
|
||||
{
|
||||
Intent intent = new Intent(Application.Context, typeof(Preferences));
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.musicapp.android" android:installLocation="preferExternal" android:versionCode="12" android:versionName="2.0">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.musicapp.android" android:installLocation="preferExternal" android:versionCode="13" android:versionName="2.0.1">
|
||||
<uses-sdk android:minSdkVersion="21" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
@@ -1094,7 +1094,7 @@ namespace MusicApp.Resources.Portable_Class
|
||||
player.PlayWhenReady = false;
|
||||
StopForeground(false);
|
||||
|
||||
if (!ShouldResumePlayback)
|
||||
if (!ShouldResumePlayback && noisyRegistered)
|
||||
{
|
||||
UnregisterReceiver(noisyReceiver);
|
||||
noisyRegistered = false;
|
||||
|
||||
Reference in New Issue
Block a user