mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 764621: Orientation needn't be static. [r=margaret]
--HG-- extra : rebase_source : 9ea6db22bbe1ece3106e09207162065e2832dabf
This commit is contained in:
parent
ea20202b57
commit
a4ada96687
@ -98,7 +98,7 @@ abstract public class GeckoApp
|
||||
public Handler mMainHandler;
|
||||
private GeckoProfile mProfile;
|
||||
public static boolean sIsGeckoReady = false;
|
||||
public static int mOrientation;
|
||||
private int mOrientation;
|
||||
|
||||
private GeckoConnectivityReceiver mConnectivityReceiver;
|
||||
private GeckoBatteryManager mBatteryReceiver;
|
||||
|
Loading…
Reference in New Issue
Block a user