Skip to content

Commit

Permalink
Merge branch 'release/1.92'
Browse files Browse the repository at this point in the history
  • Loading branch information
eadm committed Sep 10, 2019
2 parents 3876125 + 64eb729 commit 2cffa5b
Show file tree
Hide file tree
Showing 58 changed files with 1,107 additions and 3,397 deletions.
370 changes: 0 additions & 370 deletions app/src/main/java/org/stepic/droid/base/StepBaseFragment.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.stepic.droid.code.ui

import android.content.Context
import android.graphics.Typeface
import android.support.v4.widget.NestedScrollView
import android.util.AttributeSet
import android.view.LayoutInflater
Expand All @@ -15,7 +14,7 @@ class CodeEditorLayout
@JvmOverloads
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)
: NestedScrollView(context, attrs, defStyleAttr) {
private val codeEditor: CodeEditor
val codeEditor: CodeEditor

var theme: CodeTheme
get() = codeEditor.theme
Expand Down
Loading

0 comments on commit 2cffa5b

Please sign in to comment.