Skip to content

Commit cf5d268

Browse files
committed
see 08/26 log
1 parent 6302870 commit cf5d268

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/java/com/blankj/androidutilcode/core/image/ImageActivity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
*/
2424
public class ImageActivity extends BaseBackActivity {
2525

26+
private ImageView ivSrc;
27+
private ImageView ivView2Bitmap;
28+
2629
public static void start(Context context) {
2730
Intent starter = new Intent(context, ImageActivity.class);
2831
context.startActivity(starter);
2932
}
3033

31-
private ImageView ivSrc;
32-
private ImageView ivView2Bitmap;
33-
3434
@Override
3535
public void initData(Bundle bundle) {
3636

0 commit comments

Comments
 (0)