Skip to content

Instantly share code, notes, and snippets.

View Savrov's full-sized avatar

Pavel Savrov

  • Qinshift
  • Prague
View GitHub Profile
@Savrov
Savrov / RotateOrientationEventListener.java
Created December 4, 2018 08:41 — forked from tuanchauict/RotateOrientationEventListener.java
Handle screen rotation without onConfigurationChanged
package com.notabasement.common.photopicker.events;
import android.content.Context;
/**
* Created by tuanchauict on 3/16/16.
*/
public abstract class RotateOrientationEventListener extends SimpleOrientationEventListener {
public RotateOrientationEventListener(Context context) {
super(context);