Skip to content

Commit f52f981

Browse files
committed
refactor code
1 parent 979a57e commit f52f981

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

app/src/main/java/com/duy/ccppcompiler/ide/editor/theme/ThemeActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import com.duy.ccppcompiler.ide.dialogs.PremiumDialog;
1818
import com.duy.common.purchase.InAppPurchaseHelper;
1919
import com.duy.common.purchase.Premium;
20+
import com.duy.ide.editor.theme.EditorThemeFragment;
2021
import com.duy.ide.editor.theme.model.EditorTheme;
2122
import com.jecelyin.editor.v2.Preferences;
2223
import com.jecelyin.editor.v2.ThemeSupportActivity;

app/src/main/java/com/duy/ccppcompiler/ide/editor/theme/EditorThemeFragment.java renamed to lib-n-ide/src/main/java/com/duy/ide/editor/theme/EditorThemeFragment.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.duy.ccppcompiler.ide.editor.theme;
1+
package com.duy.ide.editor.theme;
22

33
import android.annotation.SuppressLint;
44
import android.content.Context;
@@ -17,8 +17,7 @@
1717
import android.widget.ProgressBar;
1818
import android.widget.TextView;
1919

20-
import com.duy.ccppcompiler.R;
21-
import com.duy.ide.editor.theme.ThemeLoader;
20+
import com.duy.ide.editor.editor.R;
2221
import com.duy.ide.editor.theme.model.EditorTheme;
2322
import com.duy.ide.editor.view.IEditAreaView;
2423
import com.jecelyin.editor.v2.Preferences;

0 commit comments

Comments
 (0)