Commit 7be4685a authored by Alexander Ivanov's avatar Alexander Ivanov

Replace base activity with fragment activity.

parent e7ed2237
......@@ -14,9 +14,9 @@
*/
package com.xabber.android.ui.helper;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import com.xabber.android.data.ActivityManager;
......@@ -28,7 +28,7 @@ import com.xabber.android.data.ActivityManager;
* @author alexander.ivanov
*
*/
public abstract class ManagedActivity extends Activity {
public abstract class ManagedActivity extends FragmentActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment