Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6525d6dc authored by Mark Harman's avatar Mark Harman
Browse files

Disable NR for release.

parent ed35f19f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2737,8 +2737,8 @@ public class MainActivity extends Activity implements AudioListener.AudioListene
    }
    }


    public boolean supportsNoiseReduction() {
    public boolean supportsNoiseReduction() {
		return( Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP && preview.usingCamera2API() && large_heap_memory >= 512 && preview.supportsExpoBracketing() );
		//return( Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP && preview.usingCamera2API() && large_heap_memory >= 512 && preview.supportsExpoBracketing() );
		//return false; // currently blocked for release
		return false; // currently blocked for release
	}
	}
    
    
    private int maxExpoBracketingNImages() {
    private int maxExpoBracketingNImages() {