Skip to content

Commit

Permalink
1.3-bugfix:fix bug in storing correct values of screen filter
Browse files Browse the repository at this point in the history
  • Loading branch information
emmauss committed Jan 1, 2018
1 parent 0f24572 commit 95bb0d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HappyPandaXDroid/GalleryViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void SetAlpha(View view, int alpha)
{
var bg = view.Background;
bg.SetAlpha(alpha);
Core.App.Settings.FilterLevel = alpha;
Core.App.Settings.FilterLevel = FilterSlider.Progress;

}

Expand Down
2 changes: 1 addition & 1 deletion HappyPandaXDroid/HappyPandaXDroid.csproj.user
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SelectedDevice>NOKIA _XL</SelectedDevice>
<SelectedDevice>Android_Accelerated_Nougat</SelectedDevice>
<AndroidDesignerPreferredDevice>Nexus 4</AndroidDesignerPreferredDevice>
<DefaultDevice>Android_Accelerated_Nougat</DefaultDevice>
<AndroidDesignerPreferredTheme>AppTheme</AndroidDesignerPreferredTheme>
Expand Down
2 changes: 1 addition & 1 deletion HappyPandaXDroid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="emmaus.HPXDroid" android:versionCode="1" android:versionName="1.3-stable" android:installLocation="preferExternal" android:configChanges="keyboardHidden|orientation">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="emmaus.HPXDroid" android:versionCode="1" android:versionName="1.3-bugfix" android:installLocation="preferExternal" android:configChanges="keyboardHidden|orientation">
<uses-sdk android:minSdkVersion="15" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 95bb0d4

Please sign in to comment.