Projects >> android-arabic-reader >>fd734ed1e92f2d76bc4bf1a07c10d8323ac79196

Chunk
Conflicting content
			myFBReaderApp.addAction(ActionCode.SET_SCREEN_ORIENTATION_REVERSE_PORTRAIT, new SetScreenOrientationAction(this, myFBReaderApp, ZLibrary.SCREEN_ORIENTATION_REVERSE_PORTRAIT));
			myFBReaderApp.addAction(ActionCode.SET_SCREEN_ORIENTATION_REVERSE_LANDSCAPE, new SetScreenOrientationAction(this, myFBReaderApp, ZLibrary.SCREEN_ORIENTATION_REVERSE_LANDSCAPE));
		}
<<<<<<< HEAD

		ZLAdUtil ad = new ZLAdUtil(this, myRootView);
		ad.start();
=======
		myFBReaderApp.addAction(ActionCode.OPEN_WEB_HELP, new OpenWebHelpAction(this, myFBReaderApp));
>>>>>>> 96297a7abe8bea9b1b33a52994830f6993fab2dc
	}

	public ZLAndroidWidget getMainView() {
Solution content
			myFBReaderApp.addAction(ActionCode.SET_SCREEN_ORIENTATION_REVERSE_PORTRAIT, new SetScreenOrientationAction(this, myFBReaderApp, ZLibrary.SCREEN_ORIENTATION_REVERSE_PORTRAIT));
			myFBReaderApp.addAction(ActionCode.SET_SCREEN_ORIENTATION_REVERSE_LANDSCAPE, new SetScreenOrientationAction(this, myFBReaderApp, ZLibrary.SCREEN_ORIENTATION_REVERSE_LANDSCAPE));
		}
		myFBReaderApp.addAction(ActionCode.OPEN_WEB_HELP, new OpenWebHelpAction(this, myFBReaderApp));

		ZLAdUtil ad = new ZLAdUtil(this, myRootView);
		ad.start();
	}

	public ZLAndroidWidget getMainView() {
File
FBReader.java
Developer's decision
Concatenation
Kind of conflict
Method invocation
Variable
Chunk
Conflicting content
import org.geometerplus.zlibrary.core.library.ZLibrary;
import org.geometerplus.zlibrary.core.options.*;
import org.geometerplus.zlibrary.core.resources.ZLResource;
<<<<<<< HEAD
import org.geometerplus.zlibrary.core.util.MiscUtil;
import org.geometerplus.zlibrary.core.util.ZLColor;
import org.geometerplus.zlibrary.core.util.ZLLogUtil;
=======
import org.geometerplus.zlibrary.core.util.*;
>>>>>>> 96297a7abe8bea9b1b33a52994830f6993fab2dc

import org.geometerplus.zlibrary.text.hyphenation.ZLTextHyphenator;
import org.geometerplus.zlibrary.text.model.ZLTextModel;
Solution content
import org.geometerplus.zlibrary.core.library.ZLibrary;
import org.geometerplus.zlibrary.core.options.*;
import org.geometerplus.zlibrary.core.resources.ZLResource;
import org.geometerplus.zlibrary.core.util.*;
import org.geometerplus.zlibrary.core.util.ZLLogUtil;

import org.geometerplus.zlibrary.text.hyphenation.ZLTextHyphenator;
import org.geometerplus.zlibrary.text.model.ZLTextModel;
File
FBReaderApp.java
Developer's decision
Combination
Kind of conflict
Import